Topics
Started by
Posts
Last post
Hi, I'm trying to understand how to write good optimized SQL queries and if you guys have a few min…
2 replies
I am having difficulty with join logic. I have a table with multiple rows per organization. The rea…
5 replies
I have a variable of type uniqueidentifier. I would to include this in a varchar. I have tried CA…
5 replies
Hi All ! So I am experiencing a brainurism... I know what I want, but not how to get it (not uncomm…
6 replies
We have a stored procedure. In the code I subtract part of it as below: IF @ProcessNm = 'BatchAssig…
2 replies
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
Viewing 15 topics - 7,081 through 7,095 (of 10,635 total)
You must be logged in to create new topics.