Viewing 15 posts - 2,686 through 2,700 (of 5,588 total)
Brandie Tarvin (10/28/2010)
WayneS (10/27/2010)
Brandie, if I'm understand you correctly, you are saying to dynamically set the file name.
Nope. That's a different, separate thing. You can dynamically create the file, and...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 28, 2010 at 7:30 am
Can you post the MSDN link so that we know what you're talking about? Seriously, pretend that you know anything about your problem, read the question you posted, and try...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 28, 2010 at 12:33 am
diamondgm (10/28/2010)
Now all that's left for you is to clean up the blood 😀
Agreed... I left a mess behind! :w00t:
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 28, 2010 at 12:30 am
Jeff Moden (10/28/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 28, 2010 at 12:18 am
ankit.uneedme (10/27/2010)
1> Firstly i have created the Cab tour on particular Date.
2> Secondly i have plotted its...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 11:57 pm
christine.lawrie (10/27/2010)
I've been butting my head against this for about a week now, there's...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 11:13 pm
smile_netz (10/27/2010)
How do I know which account has been used for the reporting server?
Does the Windows Service Identity screen tells me this?
And what does it mean when it just says...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 11:06 pm
Jeff Moden (10/27/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 11:03 pm
Akkare (10/27/2010)
HiI need help for the below
Have 2 node sql cluster.what is the procedure to apply service packs and other updates on sql.
Kindly explain detail.
Passive node first. Reboot passive...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 10:56 pm
Steve Jones - SSC Editor (10/27/2010)
If you have ideas, feel free to post them, but try to...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 10:48 pm
Paul White NZ (10/27/2010)
I don't get the SQL Spackle reference...
http://en.wikipedia.org/wiki/Spackling_paste
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 10:46 pm
You mean like http://www.sqlservercentral.com/scripts/66808/?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 10:41 pm
Steve Jones - SSC Editor (10/27/2010)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 10:24 pm
Steve Jones - SSC Editor (10/27/2010)
Ahhhhhhhhhh, overwhelmed already.I'll try to look through here and do a short post in a bit capping off who might have what.
In an effort...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 4:26 pm
SwePeso (10/27/2010)
DECLARE@Year SMALLINT = 2011
;WITH cteCalendar(FirstOfMonth, LastOfMonth)
AS (
SELECTDATEADD(MONTH, 12 * @Year + number - 22801, 6) AS FirstOfMonth,
DATEADD(MONTH, 12 * @Year...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
October 27, 2010 at 4:08 pm
Viewing 15 posts - 2,686 through 2,700 (of 5,588 total)