Viewing 15 posts - 226 through 240 (of 287 total)
What error do you get now? Is everyone in that group have the same error/problem when accessing Sql Server?
March 29, 2010 at 1:01 pm
Have you checked the execution plans each call is using?
March 26, 2010 at 7:50 pm
Is the ALTER LOGIN command availble in this instance?
If you are getting the "Incorrect Syntax" error, You may want to double check the instance you are running the ALTER LOGIN...
March 26, 2010 at 6:53 pm
'PBTF\bob' account is in a security group, which has been added to SQL Server for Server Access.
Sorry, I just noted your statement that you are in a group. Your...
March 25, 2010 at 6:55 pm
paulc.byrum (3/25/2010)
I get this when running the commands:
C:\>sqlcmd -E -d master
1> ALTER LOGIN pbtf\bob WITH DEFAULT_DATABASE = master
2> go
Msg 170, Level 15,...
March 25, 2010 at 5:56 pm
I'm pretty sure some of the Compare Tools have Command Lines utilities to enable automating/scheduling Compares.
March 25, 2010 at 5:35 pm
Cannot show requested dialog.
Cannot open user default database. Login failed.
Login failed for user 'PBTF\bob'. (Microsoft SQL Server, Error: 4064)
I think the error is what is: cannot open your default database.
Does...
March 25, 2010 at 4:59 pm
Angelindiego (3/25/2010)
March 25, 2010 at 4:33 pm
SQL_Easy_btn? (3/24/2010)
I have no control of the data...
March 25, 2010 at 3:56 pm
This are the steps in SSMS for Sql 2008 but I think it should work for 2005:
Click on the Tools menu option in SSMS.
Click on Options->Query Results->Sql Server->Results to Grid
Tick...
March 18, 2010 at 3:33 pm
I'm not quite sure what you mean.
Commercial applications for database administration, maybe?
February 26, 2010 at 4:49 pm
It would appear that the clause:
inner join WhitePage w on w.displayname = a.displayname or w.eid = a.eid
is forcing a Clustered Index Scan on the Whitepage table. Thats where the time...
February 23, 2010 at 2:08 pm
I'm not sure posting your query multiple times would help get your question answered any quicker:-D
February 22, 2010 at 5:27 pm
Viewing 15 posts - 226 through 240 (of 287 total)