Viewing 15 posts - 3,511 through 3,525 (of 5,588 total)
I have a script (at home - can get it tonight if you want it) that will script out all of the reports/data sources / data models / folders off...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 30, 2010 at 10:26 am
Dan,
The SQL 2008 Upgrade Technical Reference Guide covers this in section 14.3.2.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 30, 2010 at 9:35 am
I was going to comment about the readability of error messages, but I see that Michael has beat me to it. This can be especially helpful if the error is...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 30, 2010 at 9:03 am
Wow. I've seen some pretty long ones, but I don't think it was quite that long. Then again, I usually dump mine to NotePad++, which (depending on the font used...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 30, 2010 at 7:32 am
sqlgreenhand (8/29/2010)
Do all the varchar become nvarchar ?
Thanks.
DECLARE @DatabaseName nvarchar(500)
DECLARE @TableName nvarchar(500)
DECLARE @ColumnName nvarchar(500)
DECLARE...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 9:30 pm
STUFF removes the leading comma.
CROSS APPLY runs the query against each record.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 4:38 pm
SwePeso (8/29/2010)
Can one of you gurus please test this. It's something I came up with today.
Using the 116,000 rows of data from my previous post, this generates these results:
Table '#Test___00000000001A'....
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 4:32 pm
SQLEngine (8/29/2010)
ThanksIsnull works, I like that.
Can't say that I understand WHERE CHARINDEX(...) > 0 syntax
This filters the result set to just those records that do have a period.
If you didn't...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 1:26 pm
Jeff Moden (8/29/2010)
I was looking at your previous row calculation on the 3 part update thinking to myself "Cool... he even thought of the forced RN change when EMID...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 8:07 am
Triplicate post. Please post all responses at http://www.sqlservercentral.com/Forums/Topic977057-1292-1.aspx.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 6:12 am
Triplicate post. Please post all responses at http://www.sqlservercentral.com/Forums/Topic977057-1292-1.aspx.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 6:11 am
Make a job. Make each sp a separate step.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 6:10 am
Jeff Moden (8/27/2010)
David in .AU (8/27/2010)
Come on, show the color of your spandex...
As for me, Atomic Robo, has a lot more fun with technology...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 28, 2010 at 2:38 pm
WayneS (8/28/2010)
thava (8/28/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 28, 2010 at 2:29 pm
Hi...
My name is Wayne. My title is DBA, but I feel like I have so much to learn to be worthy of that title.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 28, 2010 at 12:21 pm
Viewing 15 posts - 3,511 through 3,525 (of 5,588 total)