Viewing 15 posts - 76 through 90 (of 345 total)
jhindman (6/26/2008)
Thanks much for your reply. When I try to use the osql -E command, I get a Login failed for user 'domain\username'
I assume that means the logged on user...
June 26, 2008 at 9:49 pm
Try using osql to connect to SQL Server (you should be able to connect using [font="Courier New"]osql -E[/font] from a command line). Then run these commands:
[font="Courier New"]sp_grantlogin 'NT AUTHORITY\SYSTEM'
go
sp_addsrvrolemember...
June 25, 2008 at 8:56 pm
Are the regional settings the same for each server (check via Control Panel)? Check the time/date formats as well.
June 25, 2008 at 8:51 pm
Check Books Online:
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/ce3aa9eb-300d-46e7-b56b-505fc5d84571.htm
May 27, 2008 at 4:27 pm
John Bates (5/27/2008)
It would be interesting to see a survey of the percentages of DBAs who have only Standard...
May 27, 2008 at 2:27 pm
It will depend on how your application is configured to access the database server.
If you use ODBC DSNs, then you may need to reconfigure the DSN per computer.
If the application...
May 26, 2008 at 4:14 pm
Check to see that your queries are using the indexes that are there.
May 26, 2008 at 4:04 pm
I haven't tried it myself, but you shouldn't have any problems. SQL only logins will be unaffected (not dependent on Windows at all), SQL logins from local Windows accounts...
May 21, 2008 at 10:05 pm
Make sure you configure SQL Server Agent to use your DBMail profile (right-click in Object Explorer, properties). And restart SQL Server Agent once you have done so, otherwise it...
May 21, 2008 at 9:52 pm
You cannot backup the log for the master database. It is in SIMPLE recovery model which does not require a log backup to be done. This cannot be...
May 20, 2008 at 9:52 pm
Remember that the connection used to connect Object Explorer to a server can be different from a connection used to open a Query window.
If you fire up a connection to...
May 20, 2008 at 9:40 pm
1. I don't think you can avoid the reboot. Besides which, it would be better to reboot to ensure everything is going to work properly afterwards, now. ...
May 20, 2008 at 9:32 pm
I can see how defragmenting works on a single physical drive (after all, that's where it all started).
I've always wondered though - how does it handle drive arrays? Windows...
May 20, 2008 at 9:23 pm
It depends on what the app is doing. I've got a web app that hits the database server about 2600 times an hour (user initiated). And that's still...
May 20, 2008 at 9:16 pm
If the global group was not already in the local group when the account was added to the global group and restart wasn't done after adding to the global group,...
May 18, 2008 at 2:41 pm
Viewing 15 posts - 76 through 90 (of 345 total)