Viewing 15 posts - 541 through 555 (of 756 total)
You need the IP-address of the physical sevrers or the IP-address of the virtual servers?
How many virtual servers do you have? If you have the names of the Physical...
December 14, 2009 at 8:51 am
You have got to check in the cluster administrator. Check the SQL Server Group and in the group look for "Resource Type" = IP Address.
Other option is if you have...
December 14, 2009 at 8:02 am
So as I already told you it is Analysis Services. Thanks Bru!
December 14, 2009 at 7:39 am
AS, refers to Analysis Services. http://dbaspot.com/forums/sqlserver-programming/374747-sql2000-kb884525-sp4-x86-enu-exe.html
December 14, 2009 at 6:06 am
I just finished running DBCC ShrinkFile with the EMPTYFILE option for a 300GB data file. I created 2 ndf datafiles where the data from the mdf file was moved. The...
December 13, 2009 at 3:29 am
tst tou said that you could connect using the SQL Analyzer, Do you mean SQL Server Query Analyzer? Can you connect using SQLCMD? Is you SQL Server Browser Running?
December 12, 2009 at 3:11 am
I'm planning to do the same very soon, my database is smaller (300 GB). I will test it this weekend in the test environment. Monday I will get back to...
December 10, 2009 at 8:28 am
Glad it helped!
December 9, 2009 at 9:53 am
I found this link http://social.msdn.microsoft.com/Forums/en/sqlsecurity/thread/f4d292c0-72d5-4075-adf3-03427542567e where the ALTER SERVICE MASTER KEY FORCE REGENERATE its explained. I hope it helps.
December 7, 2009 at 12:17 pm
I google the error and I found some links you may want to check:
http://www.eggheadcafe.com/software/aspnet/31120336/linked-server-error.aspx
http://social.msdn.microsoft.com/Forums/en/sqlsecurity/thread/b1b94766-daba-4679-9dd3-725f8fd35206
Please let me know if it helps.
December 7, 2009 at 12:09 pm
I notice that you changed the @useself parameter to 'true'. It should be 'false'
,@useself = 'true'
Change it and try again.
December 7, 2009 at 11:08 am
Scott's script should help you out.
December 7, 2009 at 11:03 am
Viewing 15 posts - 541 through 555 (of 756 total)