Viewing 14 posts - 31 through 44 (of 44 total)
I got the username and password and I can open tables/select records in each database in SSMS.
User is getting an error...
Test connection unsuccessful (4) Unable to query mssql server (check...
October 23, 2012 at 11:44 am
Hello
I don't know the specific error message from the application - I was going back and forth in e-mail with the end user and he only said that the login...
October 23, 2012 at 9:41 am
Just to be sure I didn't have an orphaned login, I ran sp_change_users_login 'report' and got zero results
I ran select * from sys.database_permissions and got the results below (not...
October 23, 2012 at 8:30 am
No, no red arrow, its enabled.
I also tried creating a second login and adding the second login as users to each database and it worked.
Thanks
Dave
October 23, 2012 at 7:17 am
Thank you - your reply enabled me to put a query together for active jobs
-- How to find the name and database of enabled jobs
select [name], database_name
from sysjobs sj
join...
October 1, 2012 at 11:59 am
Thanks - the naming convention for our servers were sj361, sj362, sj363 etc
Then sj362 & sj363 were refered to as SSNT-A cluster - and sj365 & sj366 were SSNT-B cluster
But...
August 22, 2012 at 8:03 am
Thank you for the quick replies.
Is there a way in R2 to make their backup comapatible with SQL 2008 (that is not R2)?
Thanks
Dave
March 23, 2012 at 9:29 am
Thanks Elliot – your info is very helpful.
“So 16 cores, is that 2x8, 4x4? Either way standard supports it, remember in SQL 2008 they don't license COREs, they license PROCESSORS,...
February 14, 2012 at 10:06 am
Thanks for the quick reply - I tried to answer each question below...
How many cores?
How do I determine this? They use 16 now...
How much memory? 2GB -based on the...
February 14, 2012 at 9:14 am
Thanks Anon - the db is estimated at 6gb and it is being copied over so it can be imported into Oracle. Not sure on the amount of activity -...
December 12, 2011 at 2:08 pm
Thanks Dev - but what if the witness loses power?
What if the datacenter hosting the active node and the witness loses all power?
Thats what the client is interested...
November 15, 2011 at 10:02 am
Thanks Gail - is there any way to protect against a situation where the datacenter that hosts the witness loses all power?
Or, is there any way SQL Server can stay...
November 15, 2011 at 9:49 am
Thank you for all of the replies. I'm new to being a DBA but was a developer for about 10 years. But DBA is different
I'm not the only DBA, so...
July 20, 2011 at 1:44 pm
----One idea was to use log shipping but security was a concern.
"Well you can review your security concern by discussing it with your security Admin. I don't think there should...
June 15, 2011 at 1:26 pm
Viewing 14 posts - 31 through 44 (of 44 total)