Viewing 7 posts - 1 through 7 (of 7 total)
So i checked with their IT team and they verified the connection does exist but it cannot write to the DB for some reason. This server hosts many applications and...
September 9, 2019 at 8:32 pm
Thanks for the reply. I will research how to do what you just told me (again, I am really new to this) and hopefully this helps me out. I will...
August 16, 2019 at 6:51 pm
Got it. I try to do as much research as possible before posting but needed this urgently. I have been able to postpone this project for a few weeks. Thanks...
May 3, 2017 at 11:07 am
I have a table with Personnel Records.
Those records have information on a a table and I need to do query on that table to see what changes have been made....
April 28, 2017 at 1:27 pm
This is not on a LIVE database. It is a copy I have on my SQL machine.
I ran the following script:DBCC CHECKDB ('AdventureWorks2008R2', REPAIR_ALLOW_DATA_LOSS)
April 20, 2017 at 12:14 pm
Great, i will do that and see what information (if any) is lost. Even if some is lost, its from a table that contains no valuable information, thanks for the...
April 20, 2017 at 10:58 am
Hello bmg002 and Gilamonster,
Thank you for your help. I rant the following query:
DBCC CHECKDB ('ACSA') WITH NO_INFOMSGS
and got the following:
Msg 8939, Level...
April 20, 2017 at 10:24 am
Viewing 7 posts - 1 through 7 (of 7 total)