Viewing 15 posts - 91 through 105 (of 183 total)
Read this, it would indicate a metadate error
http://www.sqlservercentral.com/articles/Corruption/65804/
this article links to this
Paul Randal is the man. He wrote DBCC CHECKDB, I would treat whatever he says as gold.
May 14, 2010 at 9:06 am
can you post your script?
It seems that instead of a linked server you need a shared folder
in your script you would have the restore be
RESTORE DATABASE [DATABASENAME] FROM DISK...
May 14, 2010 at 8:55 am
Hey Trooper,
Sorry I'm a little confused, are you restoring from a prod backup.
Or importing data from a prod database to refresh your dev?
...
May 14, 2010 at 8:43 am
GilaMonster (5/14/2010)
Shivrudra (5/14/2010)
1.Auto committed
2. Need to be committed with commit command after transaction.
3.Each DML must be preceded with BEGIN TRANSACTION
4...
May 14, 2010 at 8:38 am
I have nerver been able to get it to work like that.
I have this script that I just posted for Lucas in another thread. I use this to delete...
May 14, 2010 at 8:16 am
sorry didn't read the whole thread before I replied
yeah too bad your not on 2008, you could completely limit them with resource gov.
you could write a procedure that would load...
May 14, 2010 at 6:48 am
I have a postgreSQL box that I'm migrating over to SQL, and I have several MySQL that I have to work with.
I would agree with everyone, SQL Express will be...
May 14, 2010 at 6:45 am
Hey Lucas to check for file type I added the code to check for the last four characters on the filenames. What I edited is below.
delete from
@myTable2
where FileNames...
May 14, 2010 at 6:35 am
No worries Lucas Happy to Help!:-D
May 13, 2010 at 8:25 am
Can't answer for him, but based on what he has posted I would say no.
He's working with 9.0.2047 the SP 1 RTM release number
http://sqlserverbuilds.blogspot.com/
Lucas if it gives you any ammo,...
May 13, 2010 at 6:28 am
Hey Lucas,
That should not be possible, the dir command just looks in the directory that it is specified to. this will not work against sub...
May 12, 2010 at 12:49 pm
Filegroup Backups and Restores
When a Database has multiple filegroups you can back the database...
May 12, 2010 at 10:52 am
Viewing 15 posts - 91 through 105 (of 183 total)