Topics
Started by
Posts
Last post
i have the following query select * from table1 left join table2 t2 on table3.k1 = t2.k1 where g1 …
3 replies
here i have a requiremnet to select multiple option for @selection user parameter. declare @selecti…
5 replies
i have a table that looks like the one below table1 __________________________________________ nm …
5 replies
I am currently working with trade data to try and produce an output which is a summary report of da…
7 replies
Is it possible to loop through all DB's with the following script? DECLARE @user SYSNAME DECLARE @…
8 replies
I'm wondering if this is possible, i want to execute some code for each user and for every educatio…
9 replies
Hi, I am using OPENROWSET to import an excel 2010 file. I have code that dynamically loops through …
1 replies
Hi, Current SQL version: 2008 R2 SP1. Previous version: 2008 SP2. I have a procedure which executes…
17 replies
I am trying to create a validation tool that will check to see if a field is blank and if it is bla…
3 replies
I have a requirement where I need to compare our billing periods side by side, our periods run from…
12 replies
We are doing a large data conversion using a query. Works fine. Problem is that there are over 500 …
7 replies
Can someone help me doing insert as select * into tab1 in a batches. I have almost billion records…
17 replies
Hi Friends, can you Please Help me to write a script that shows each data and log file for each dat…
2 replies
Hello, I was wondering if someone could tell me how to delete data from SQL Server 2008 in a table…
4 replies
Hi I am looking for some help with a query I have written. It's using a union and a selct case wit…
2 replies
Viewing 15 topics - 7,096 through 7,110 (of 10,647 total)
You must be logged in to create new topics.