Viewing 15 posts - 1,996 through 2,010 (of 2,436 total)
What type of connection are you attempting ? Has it worked before ? Can you use the ODBC administrator on the IIS server to connect successfully to the database server...
September 14, 2005 at 12:34 pm
So many responses, so many ideas. I've worked at small shops to fortune 100 shops and have seen at least 15-16 different archival strategies throughout my career. I've also fought...
September 14, 2005 at 12:03 pm
Just one additional point. You'll probably have to investigate the front-end application (or whereever the data originates) to make sure it is functioning properly as well. If the front-end is...
September 14, 2005 at 11:33 am
Justification for individual servers comes by functionality in our organization (like most organizations, it takes time and pain to realize this). We know SQL Server database servers need to be...
September 14, 2005 at 11:23 am
Before posting at least try 'googling' for an answer first ...
I googled on your error string:
"System.Security.SecurityException: Requested registry access is not allowed."
And received this link:
http://support.microsoft.com/default.aspx?scid=kb;en-us;329291
September 14, 2005 at 10:31 am
Why not just make a copy of the database on another SQL Server ? If you do not have one avilable, then make another atabase on the same SQL Server...
September 14, 2005 at 10:27 am
Great information Phil !!!
(and very professional handling of this 'individual')
Cheers
September 14, 2005 at 10:24 am
LSN = log sequence number
(Since I didn't know the acronym positivelty I googled for "SQL Server LSN")
September 14, 2005 at 10:04 am
If you are going through a secure vpn into a secure network with encryption then nothing really. I've been a DBA for 20+ years and had VPN via the internet...
September 13, 2005 at 3:39 pm
September 13, 2005 at 3:34 pm
Oh, I almost forgot. You're probably changing the account because a DBA left. Well that is really not neccessary if you simply remove interactive logon rights from the domain user...
September 13, 2005 at 3:03 pm
You can change the password on any of the services for SQL without restarting. It just does not take affect until you restart the service. Usually this is not an...
September 13, 2005 at 3:02 pm
Your situation is unfortunate. Now you need to turn to 'religion' for the answers. For the present, you can 'pray' that a media restoration company (for about 5k per 36gb disk)...
September 13, 2005 at 11:26 am
Just curious ... couldn't you just:
1) stop replication
2) detach the database
3) move the mdf/ldf files
4) attach the database
5) restart reoplication ?
I'm no replication expert but it seems that you've taken the hard way...
September 13, 2005 at 11:19 am
quoted_identifier has nothing to do with it. It's basic rules about using single and double quotes with literal strings (string constants). These rules exist in all programming languages. Granted 'esoteric' in some ways...
September 13, 2005 at 11:15 am
Viewing 15 posts - 1,996 through 2,010 (of 2,436 total)