Viewing 15 posts - 46 through 60 (of 473 total)
call.copse (8/1/2014)
Views have been soured for...
August 3, 2014 at 9:30 pm
Eric M Russell (8/2/2014)
August 3, 2014 at 9:23 pm
Is the query returning a crazy huge hunk of data?
Can you try running SSMS on a workstation instead of the server?
Most likely it's a client side error with SSMS, not...
August 3, 2014 at 9:11 pm
I know this is a 3+ year old thread, but I just started having this problem last night. I have a job that runs on a server and checks...
August 20, 2013 at 8:16 am
Just because it is old doesn't mean some of us won't find it to be useful information.
July 9, 2013 at 6:15 am
Info that is probably relevant. I've determined by talking with our HW team that this update was installed over the weekend: http://support.microsoft.com/kb/2494120/
May 20, 2013 at 4:07 pm
Gah! After looking at my situation more, it turned out that there was a synonym involved that was actually pointing to an entirely different server when that SP was...
May 14, 2013 at 8:16 pm
Interesting. Reinstalling .Net didn't fix it, but a reboot did? We must have a different version of the error...we tried a reboot last night and it didn't make...
May 14, 2013 at 2:33 pm
I'm getting this same error. Did you manage to figure it out? I was thinking of trying the steps here tonight after hours:
May 14, 2013 at 10:03 am
george sibbald (2/13/2013)
I would add another reason, with...
February 13, 2013 at 3:25 pm
Perry Whittle (2/13/2013)
Jason Shadonix (2/13/2013)
February 13, 2013 at 3:22 pm
Perry Whittle (2/13/2013)
The old
EXEC sp_attach_db @dbname = N'AdventureWorks2012', @filename1 =
N'C:\Somepath\AdventureWorks2012_Data.mdf', @filename2 =
N'C:\Somepath\AdventureWorks2012_log.ldf';
The new
CREATE DATABASE database_name
ON PRIMARY (name=mydb_data, filename='d:\somepath\mydbdata.mdf')
LOG...
February 13, 2013 at 2:10 pm
Perry Whittle (2/13/2013)
Jason Shadonix (2/13/2013)
You're joking right? Create and alter database have been enhanced extensively to include extra commands (file...
February 13, 2013 at 1:31 pm
It's the supported way of moving database files and doesn't involve dropping the database from the system catalogs.
SP_ATTACH_DB is deprecated and will be removed in a future version of SQL...
February 13, 2013 at 9:25 am
Viewing 15 posts - 46 through 60 (of 473 total)