Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Create a comma separated list from column

Sometimes we required to generate a comma separated list of columns values. In SQL Server, we can make a comma separated list by using COALESCE function Ex: Declare @strmail varchar(max) Select @strmail=COALESCE(@strmail+';' , ' ')+ email from

Table colspan

How to create cell span of more than one column in a table. To create a cell span of more than one column in a row we add the attribute colspan to that column and designate its value.The value of colspan determine the number of columns a cell span w

Table rowspan

How to create cell span of more than one column in a table. To create a cell span of more than one row in a column we add the attribute rowspan to that column and designate its value.The value of rowspan determine the number of rows a cell span woul

Find a particular text in all stored procedures

Below mentioned command is used to find a particular text in all stored procedures SELECT OBJECT_NAME(id) FROM syscomments WHERE [text] LIKE '%EmailOnTRX%' AND OBJECTPROPERTY(id, 'IsProcedure') = 1 GROUP BY OBJECT_NAME(id)

To import assemblies in SQL

In SQL Server there are situations when you need to import assemblies to perform a specific task For doing that you need to write the path where assembly is present and provide the permissions to the assembly and associating with the particular use

Get field name, data type and size of database table

To get the name ,data type and size of the table we will write the following query We will use the SQL predefined function for it by writing a SQL query SELECT columnname as 'Column Name', datatype as 'Data Type', charactermaximumlength a

Is It Possible to Put all Upcoming to Mobirise eMail to Separate Database?

I receive a huge amount of messages from my landing page, created in Mobirise website builder. It's a mess.   I want to put them in a separate database, so I could see them in an order. Is it possible? I didn't find an answer in Mobiri

Top 5 Security Tech Investments in 2020

Technology investments are something that could literally pay off. It comes with many advantages such as a high return and growth prospects. Technology investments have reached a wide variety of industries. But it's important to focus on some of

SQL - Generating XML 2

Every XML has two elements i.e. 1) Attributes and 2) Value SELECT magazineId AS '@id' , magazineName AS '@name' , CoverPage AS '@coverPage' , isActive AS '@status' , publishDate AS '@publishDate' , expiryDate AS '@expiryDate'

How to play video on click of CollectionView Cell

Hi, The tutorial will help you to set an image on collectionView Cell and when you click on any image play the video. // // ViewController.m // YouTubeVideo // // Created by lalit on 4/7/15. // Copyright (c) 2015 lalit. All rights reserved. //

prev 1 3 54
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: