Viewing 15 posts - 4,111 through 4,125 (of 5,588 total)
To anyone that has ever served in any branch of the military, I say:
Thank you for your sacrifice and service!
I also thank your family for their sacrifice.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 29, 2010 at 8:46 pm
ColdCoffee (5/28/2010)
...
@Wayne Shef, mate, am not as experienced or as agile or as smart as u are...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 8:25 pm
Ankit Mathur-481681 (5/27/2010)
But struggling to make it a dynamic option to go to AAA & once it reaches ZZZ to AAAA.
Thanks Wayne,
Your solution fits the bill till ZZZZ. I think...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 8:17 pm
In your script task, did you set the variable to be read/write?
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 8:11 pm
David_W1234 (5/28/2010)
However, if I would like it to show the number of max concurrent users per day for a month of April, how can...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 8:02 pm
Question : What do I do to run the above aspnetdb exec on each line of the output, A While loop, Cursor, SELECT ???
A cursor is bad. A while loop...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 7:25 pm
itlk (5/28/2010)
In a situation when I want the record to be Inserted if it is new and to be Updated if it is existing is it better to:
1/ try the...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 7:01 pm
GilaMonster (5/28/2010)
WayneS (5/28/2010)
GilaMonster (5/28/2010)
Apparently my going rate it too high. He did ask at least.Seems extremely reasonable to me!
It was. I did the exchange rate calc in my head and...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 3:00 pm
WayneS (5/28/2010)
TravisDBA (5/28/2010)
I started this topic in another thread and decided to move it over here.Do you have a link to that other thread? I couldn't find it... 🙁
And then...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 2:16 pm
passivebyz (5/28/2010)
So Import/Export is NOT meant for this kind of data refresh right?
Not really.
Something to note: log shipping leaves the backup server in a read-only state. And if not set...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 2:09 pm
TravisDBA (5/28/2010)
I started this topic in another thread and decided to move it over here.
Do you have a link to that other thread? I couldn't find it... 🙁
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 2:03 pm
Lynn Pettis (5/28/2010)
Comparing Hardcoded functions, In-Line TVF's, and Scalar...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 1:58 pm
GilaMonster (5/28/2010)
Lynn Pettis (5/27/2010)
GilaMonster (5/27/2010)
Anyone keen and free?
I don't mind deadlock questions (though they're often a fair bit of work), but this looks like a general 'look...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 1:11 pm
@Lynn - I was wondering how you were going to answer this one - you did a superb job!
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 1:08 pm
Because you're trying to do it as an integer...
You need to convert put it in a string to convert it to smalldatetime. Try:
set MyField = convert(char(8), 19000101)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
May 28, 2010 at 11:21 am
Viewing 15 posts - 4,111 through 4,125 (of 5,588 total)