Viewing 15 posts - 361 through 375 (of 629 total)
Right in 2005; when someone logs in to SQL Server using SSMS it queries the database catalog table so it can view. For testing I created a new login...
March 18, 2009 at 1:03 am
If it isn't jobs or someone idea of a really bad joke. The account accessing the database does it have DBO permissions? Is your website SQL Injection proof?
Mohit.
March 18, 2009 at 12:52 am
Have a read at ..
Gives you basics..
Have a read at ..
http://msdn.microsoft.com/en-us/library/ms189586(SQL.90).aspx
for Encryption Overview.
Thanks.
March 18, 2009 at 12:38 am
Please don't cross post, reply in link also.
March 18, 2009 at 12:34 am
It be a bug ...
Look at http://sqllearnings.blogspot.com/search/label/Maintenance%20Plans
Someone else encountered similar issues after renaming 2005 server; so they had to do those steps and start over.
Thanks.
March 18, 2009 at 12:31 am
David Barnette (3/17/2009)
March 18, 2009 at 12:29 am
Aye those books and practice are worth money :).
Thats how I gots my MCTS and MCITP :). Is good to buy books anyhows ..
<-- Book nerd, SQL books...
March 18, 2009 at 12:25 am
Rog Saber (3/17/2009)
March 18, 2009 at 12:19 am
I believe the answer is yes for all of them. I have installed SSRS on computer other then SQL Server, actually that is the best recommend practice too.
Mohit.
March 17, 2009 at 11:48 pm
I ran into this issue on my cluster also ... have a read ..
http://sqllearnings.blogspot.com/search/label/Clustering
It is an issue with the MSI installer and how the Cluster works in 64x bit...
March 17, 2009 at 11:45 pm
Please look into proxy accounts for SQL Servers.
http://www.databasejournal.com/features/mssql/article.php/3789881/Proxy-Accounts-in-SQL-Server.htm
Mohit.
March 17, 2009 at 11:35 pm
SQL Reddy is correct; I created a new user with only connect rights to SQL Server it was able to run @@Version successfully.
Thanks.
March 17, 2009 at 11:34 pm
You can try using SQLNexus to check out the logs and such. It is a newer version that helps to read trace data collected.
As for Read80Trace, what you can...
March 17, 2009 at 11:24 pm
Add a where clause like..
WHERE (CMA_projects.news_data_0_system.News_EditedDate + 3) < Convert(varchar(8),GetDate(),112)
I think that should be enough for you...
Mohit.
March 17, 2009 at 11:19 pm
Viewing 15 posts - 361 through 375 (of 629 total)