Viewing 14 posts - 1 through 14 (of 14 total)
Evil Kraig F (2/20/2014)
February 20, 2014 at 4:04 pm
Evil Kraig F (2/20/2014)
Go to security in the linked server. What is the default setting for a login not defined?...
February 20, 2014 at 3:34 pm
stormsentinelcammy (2/20/2014)
February 20, 2014 at 3:06 pm
Thanks for your reply. I ended up re-creating the job. The box was unchecked, but I kept getting the email message. Re-creating it worked, but it wasn't a good solution....
April 5, 2012 at 9:36 am
This was my solution:
Create a new multi-statement table-valued function.
Select the data and use the order by in the loading of the table that is returned.
This works in all the testing...
January 6, 2009 at 11:41 am
Thank you, Thank you, Thank you!!!!!
December 30, 2008 at 9:10 am
Where can the 'if exists' option be turned off or on?
December 30, 2008 at 8:52 am
GilaMonster (12/21/2008)
RBarryYoung (12/20/2008)
But it does have to respect the interior ORDER BY's for local TOP clauses, right?
Yes, providing the TOP is row-limiting. Currently, that just means not TOP 100...
December 22, 2008 at 10:17 am
The function is called from the application, which provides the input value. So, adding the order by at that point works (in testing) but can't be done in my actual...
December 19, 2008 at 4:11 pm
I've never really gotten a handle on execution plans and was hoping to use the code in the article to understand them a bit more. However, the code in the...
August 15, 2008 at 10:44 am
What version of SQL Server?
January 9, 2008 at 10:20 am
I have a pottery studio in my home and I spend as much time there as I can. When I'm not in the studio, I like to look at pictures...
December 9, 2005 at 8:57 am
Thank you! I think these ideas will solve the problem! I KNEW it was something right in front of my face!
April 21, 2005 at 9:51 am
I found some documentation that said that bulk insert doesn't have the ability to modify the data as it's being 'inserted'. So, I've written a stored procedure to run...
November 19, 2003 at 8:21 am
Viewing 14 posts - 1 through 14 (of 14 total)