Viewing 15 posts - 406 through 420 (of 5,588 total)
kwashington (7/14/2015)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 14, 2015 at 9:11 am
cory.bullard76 (7/14/2015)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 14, 2015 at 9:08 am
Jeff Moden (7/14/2015)
Lynn Pettis (7/13/2015)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 14, 2015 at 9:03 am
Lynn Pettis (7/14/2015)
Cannot create a row of size 8071 which is greater than the allowable maximum row size of...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 14, 2015 at 9:02 am
Welsh Corgi (7/13/2015)
I can copy and paste but not the whole line when I try and scroll.Could you please place the code outside of the CQL Code Tag?
Thanks.:-)
It might be...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 14, 2015 at 8:51 am
Brandie Tarvin (7/14/2015)
Steve Jones - SSC Editor (7/13/2015)
Brandie Tarvin (7/11/2015)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 14, 2015 at 8:48 am
mattsynco (7/12/2015)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 13, 2015 at 8:24 am
Welsh Corgi (7/13/2015)
What is wrong with the following Statement?
update #tmpTotals set StateCount = (Select ISNULL Sum(DayCount),0) from #tmpTotals t where Loss_state = #tmpTotals.Loss_State )
You're missing the "(" after ISNULL
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 13, 2015 at 8:05 am
GilaMonster (7/13/2015)
Yes, yes, yes, yes!!!!!!!!Congratulations. You have complied with the requirements prescribed for your degree, and are cordially invited to the graduation ceremony
Awesome Gail. Congratulations.
What's your next step?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 13, 2015 at 5:15 am
What version of SQL does this need to work for? (You're posting in a SQL 2005 forum... is this correct?)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 10, 2015 at 4:30 pm
It looks like you aliased this to be "p". Change "PR" to "p" in the above script. (I was basing this solely off of what you had said)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 10, 2015 at 3:50 pm
shezi (7/10/2015)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 10, 2015 at 3:15 pm
ctaylor 79909 (7/10/2015)
I have a problem where I use a batch file to call a MS SQL Script to write query results to a text file that uses...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 10, 2015 at 3:10 pm
How are you getting the results from SQL into Notepad?
If you are doing a copy/paste from SSMS, and your SSMS results are set to go to a grid, then there...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 9, 2015 at 8:05 am
Junglee_George (7/9/2015)
Ok..I agree with Wayne. Please help me in get rid of the cursor by alternate code.I am new to this set based approach, removing the cursor.
Well, you're going to...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 9, 2015 at 7:52 am
Viewing 15 posts - 406 through 420 (of 5,588 total)