Viewing 15 posts - 166 through 180 (of 372 total)
Mike.brickles (11/1/2013)
I moved the tables by using the import and export dataI really dont know much about sql at all
Are the 2 schemas the same? Indexes, statistics? ...
November 1, 2013 at 8:23 am
No.
Here is the start up:
-dC:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf;
-eC:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG;
-lC:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
October 31, 2013 at 2:29 pm
Has there been a definitive resolution to this? I just started getting the same error message. The SQL box is a VM with 8gb memory SS2K8R2 Enterprise...
October 31, 2013 at 1:57 pm
Ed Wagner (10/31/2013)
Revenant (10/31/2013)
Ed Wagner (10/31/2013)
crookj (10/31/2013)
Kurt W. Zimmerman (10/31/2013)
LewisPalmer
Arnold
Schwarzenegger
Conan
O'Brien
October 31, 2013 at 8:54 am
Ed Wagner (10/31/2013)
crookj (10/31/2013)
Ed Wagner (10/31/2013)
Cliff Jones (10/30/2013)
Kurt W. Zimmerman (10/30/2013)
crookj (10/30/2013)
SQLRNNR (10/30/2013)
Corporate SeagullCompany abatross
Gossamer Albatross
Gossamer Condor
Flight
Voyage
Cruise
Tom
October 31, 2013 at 8:05 am
Ed Wagner (10/29/2013)
Luis Cazares (10/29/2013)
First step towards the paradigm shift of writing Set Based code:
Stop thinking about...
October 31, 2013 at 7:49 am
The simple answer to this problem is you are already performing an INSERT EXEC which is in the stored procedure you are calling, just as the error indicates.
Kurt
October 31, 2013 at 7:44 am
crookj (10/30/2013)
SQLRNNR (10/30/2013)
Corporate SeagullCompany abatross
Gossamer Albatross
October 30, 2013 at 10:55 am
OTF (10/29/2013)
Ed Wagner (10/29/2013)
October 29, 2013 at 12:35 pm
This might be helpful.
http://timlaqua.com/2009/09/determining-how-long-a-database-will-be-in-recovery-sql-server-2008/
October 29, 2013 at 11:30 am
PRR.DB (10/29/2013)
muthukkumaran Kaliyamoorthy (10/29/2013)
PRR.DB (10/29/2013)
I have taken full backup of database yesterday(with Recovery Model=full ) from sql 2005
and taken differential backup today 5PM(IST)
now i am restored the full...
October 29, 2013 at 11:26 am
.. I guess my post might have been somewhat confusing... I will use temp tables, table variables, CTEs where the are the best based upon a number of things...
October 25, 2013 at 10:07 am
There is a lot of information available regarding TEMPDB. One of the best sources outside of SSC is snooping around TECHNET or MSDN. I found this article that...
October 25, 2013 at 9:36 am
What I've done is leave my folders uncompressed and invoked the database backup compression. However I'm just finishing up a backup/transaction archival process that moves my backups from their...
October 25, 2013 at 8:52 am
Viewing 15 posts - 166 through 180 (of 372 total)