Viewing 15 posts - 1 through 15 (of 19 total)
Are you receiving a specific error message? I had this error today. The error message was along the lines "A network-related error or instance-specific error occurred while establishing...
March 27, 2015 at 12:12 pm
The FROM was a generic email account. BUT I figured out why it was so hard to track down. When 'Notifications' SQL Agent properties is not used to...
December 10, 2014 at 8:43 am
Actually, my initial post didn't make sense so here's an updated one.
First off I'd try using a date format that includes a timestamp. So instead of CONVERT(VARCHAR(20),GETDATE(),112) , I'd...
June 28, 2012 at 1:05 pm
It sounds like your local machine is running SQL 2008 R2 whereas the database server that you're connecting to is running SQL 2000.
Not too sure if you can use SQL...
June 26, 2012 at 10:56 am
Jasona is right. And to add a bit more, if you're not using the Express version, you do need to be a member of the sysadmin role.
June 26, 2012 at 10:21 am
Try the link below to start with. There's more you can do but this intro will get you started. Have fun!
June 26, 2012 at 10:13 am
Thanks Steveb. There seems tobe very little documentation for TFS out there. I think it'll be a process of trial and error all the way. 🙂
November 9, 2011 at 9:12 am
You got it. You'll need to convert to varchar(max) or nvarchar(max).
November 8, 2011 at 8:52 am
Logically I see no reason why you can't back up your service master key at any time but I can't find any written documentation to support it so you may...
October 20, 2011 at 10:53 am
Alan Vogan (10/15/2010)
one lesson I have learned...Don't Change ANYTHING on Friday! Just answer easy questions on SQL Server Central... 😛
Awesome! Nor change stuff at 4:30pm on a weekday
September 14, 2011 at 8:26 am
Perry Whittle (8/24/2011)
flora M (8/24/2011)
Thanks for all the responses. I'll look for an option to do this from a stored procedure.why??
Because:
1) the capacity that this view will serve is...
August 24, 2011 at 3:01 pm
Thanks for all the responses. I'll look for an option to do this from a stored procedure.
August 24, 2011 at 2:43 pm
I get a syntax error. Doesn't like where I placed the 'OPEN'.
August 24, 2011 at 2:31 pm
Viewing 15 posts - 1 through 15 (of 19 total)