Topics
Started by
Posts
Last post
I am looking to create a script that will go through a table a pick out the necessary columns to cr…
4 replies
select col1,count(*) from client1..table1 group by col1 union select col1,count(*) from client2..ta…
2 replies
Dear Experts, I have the piece of sql code here below that has left me puzzled as it keeps giving …
1 replies
Hi, I am sure that this is silly question, but i am confused about checking the empty string. ple…
38 replies
Hi I wanna add IsEllgible flag to this table what data type should I use and sytax this is for nvar…
3 replies
Hi Please comment on how I can measure the volume of data created temporarily to replace usage of p…
1 replies
Hello all I am performing analysis of linked servers across 2000-2008R2 and need to find/build a li…
4 replies
Hi Everyone, The following line of SQL returns the first screen shot below. ((T0.TotalSales - ISNU…
2 replies
DECLARE @EmployeeID nvarchar(1000) DECLARE @FiscalYear nvarchar(1000) SET @EmployeeID = '101,102,10…
2 replies
This is my table and data CVID | WorkExperience -------------------------------- 2838736 68181…
5 replies
Hi, am new to sql troubleshooting......Our Dev team is running the below sql script from 2 views di…
5 replies
Hi all, I have a new challenge for you! I have written a simple routine to do some address checking…
3 replies
hi ALl, I have the following doubts. 1. In my procedure i dont have any transactions still can i us…
7 replies
hi ALl, can you please provide the possible ways to do this task.
5 replies
Create table #Check ( Date Date , Amount money ) Insert into #Check values ( '04/21/2012','…
3 replies
Viewing 15 topics - 1,756 through 1,770 (of 10,635 total)
You must be logged in to create new topics.