Viewing 15 posts - 1 through 15 (of 21 total)
We've been guessing long enough. Please post your unadulterated BCP command with the obvious...
February 3, 2017 at 9:30 pm
Table error: Object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data). The off-row data node at page (1:38606), slot 0, text ID 812187648...
July 21, 2016 at 1:00 am
I deal with smaller databases and SQL express so performance may not be as much of an issue, but I use option 3.
Regardless, you will need to insert all the...
January 18, 2016 at 4:44 pm
I have done this and have written a script to do so.
My situation is when customers of mine leave their merge subscribers disconnected longer than the retention period and I...
January 14, 2016 at 3:57 pm
In management studio, right click on the SQL server and select disconnect.
The Object Explorer is a separate connection to the query window.
January 14, 2016 at 3:27 pm
Run a DBCC CHECKDB on the database.
I've seen this happen when there is a corrupt hard drive sector in the middle of the database.
Also Stop the SQL server and try...
January 21, 2015 at 3:57 pm
And following on from my last post, if you do want to start the server in single user mode, drop the Dev\ from the
instance name:
sqlservr.exe -m -s "Express2008"
http://msdn.microsoft.com/en-AU/library/ms180965(v=sql.100).aspx
If...
January 16, 2015 at 9:12 pm
"SqlServr.exe -m" is server single user maintenance mode and you only need it in limited cases.
Restoring the master database is one that comes to mind.
If you goal is to start...
January 16, 2015 at 8:57 pm
All I am saying is that if you shrink a database and reindex you may end up with just as much free space as you started with. That was my...
January 16, 2015 at 8:17 pm
Never tried it - I have given up trying to get around the backwards US date format and just use ISO dates.
January 15, 2015 at 6:14 pm
I think I read it right - You did a shrink database and then a re-index.
I found doing in doing that, the shrink would compact the database pages putting them...
January 15, 2015 at 6:06 pm
You should also do explicit database log backups (as well as normal backups) or make sure your recovery model is set to "simple" or your log file will grow out...
January 15, 2015 at 5:53 pm
If anyone is wondering, you can use a global temporary table
##Employee
to get a file with the 7 records.
I have used this as a quick way to dump the results of...
July 29, 2014 at 6:30 pm
I have never been able to find a definitive answer from Microsoft in their licencing documents regarding replication.
After chasing them up one time, the answer I got was that this...
June 20, 2014 at 1:34 am
You will find what you want somewhere in the distribution database tables.
http://technet.microsoft.com/en-us/library/ms179855(v=sql.100).aspx
January 23, 2014 at 11:49 pm
Viewing 15 posts - 1 through 15 (of 21 total)