Viewing 15 posts - 4,051 through 4,065 (of 6,397 total)
No you cannot restore a single table, it has to be the whole database.
August 7, 2012 at 4:07 am
Well in that case, if you have never done a transaction log backup, the actual log is the chain.
So backup the log, restore the 6 day prior db to a...
August 7, 2012 at 3:52 am
Do you backup the transaction log or not? What recovery model is the database?
August 7, 2012 at 3:44 am
Looks like you need change data capture then, which is a SQL Enterprise only feature, either that or create custom triggers on the tables in question to log to an...
August 7, 2012 at 3:41 am
Do you not know of anyone who has access to the SQL server as a db_owner of the database in question or db_backupoperator in the database in question, or a...
August 7, 2012 at 3:40 am
raheelr 63130 (8/7/2012)
August 7, 2012 at 3:35 am
If you have a backup you can recover. But 6 days prior to the delete, you will only get the data as it was 6 days prior, you wont...
August 7, 2012 at 3:31 am
Existing server on a VLAN which is not behind the firewall?
Yes you will need to open the port SQL runs on and if its a dynamic port, set it to...
August 7, 2012 at 3:28 am
Query sys.dm_db_persisted_sku_features in each database, it will tell you what Enterprise features are being used.
August 7, 2012 at 3:15 am
Use the dd-MMM-yyyy format string instead.
Check this link out for other format strings
http://msdn.microsoft.com/en-us/library/8kb3ddd4%28VS.71%29.aspx
August 7, 2012 at 2:56 am
Two individual primary keys - No
A primary key which spans multiple columns - Yes
What is it your trying to acheive?
Could get cleaver and put in a UNIQUE NONCLUSTERED index on...
August 7, 2012 at 2:52 am
didi77 (8/7/2012)
could you tell me how to do that "You will need to query sys.databases and when it returns 'nothing' then you can shrink."
Look back through the topic, I gave...
August 7, 2012 at 2:50 am
didi77 (8/7/2012)
i'm totaly lost
what was working yesterday wont today...
with this error message at the restore of the logshipping...
August 7, 2012 at 2:47 am
you have the spid from dbcc opentran, now look in sys.dm_exec_sessions for that spid
August 6, 2012 at 8:00 am
Viewing 15 posts - 4,051 through 4,065 (of 6,397 total)