Viewing 15 posts - 91 through 105 (of 184 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.
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 14, 2010 at 9:06 am
Have you run an integrity check?
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 14, 2010 at 9:03 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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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?
...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 14, 2010 at 8:16 am
Steve Jones - Editor (5/14/2010)
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 14, 2010 at 7:47 am
Do you have the ODBC connection installed on the server for MySQL?
you will need to create a linked server to the MySQL DB
I have a MySQL DB I import from...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 14, 2010 at 7:45 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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 14, 2010 at 6:35 am
No worries Lucas Happy to Help!:-D
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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,...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
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...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 12, 2010 at 12:49 pm
Filegroup Backups and Restores
When a Database has multiple filegroups you can back the database...
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
May 12, 2010 at 10:52 am
Viewing 15 posts - 91 through 105 (of 184 total)