Viewing 15 posts - 241 through 255 (of 549 total)
could be Typo
or make sure you run the query in the AdventureWorks database, not in 'master' (usually the default DB after login)
December 3, 2008 at 11:29 am
SQLrecon should work
SQLRecon performs both active and passive scans of your network in order to identify all of the SQL Server/MSDE installations in your enterprise. Due to the...
December 3, 2008 at 11:23 am
the "SQL Server Service" account needs READ/WRITE access to the folder
I don't know if you can EXECUTE AS for the BACKUP DATABASE code..
Backup to LOCAL and copy over works too...
December 3, 2008 at 11:19 am
It's easier to do it in BCP or SQLCMD, without opening up xp_cmdshell for security reasons
And I find SSMS Result to Test good enough most of the time
December 3, 2008 at 11:16 am
This SSC article does ONLINE/OFFLINE re-index, and sends report in Email
http://www.sqlservercentral.com/scripts/SQL+Server+2005/61278/
December 3, 2008 at 11:15 am
SQL Server 2005 Upgrade Advisor?
Give it a try, I don't know if it'll work in your case, it should
December 3, 2008 at 11:03 am
CoetzeeW (12/2/2008)
Hihave you read this?
http://support.microsoft.com/kb/918483
and here is our beloved PSS engineers response as well
http://blogs.msdn.com/psssql/archive/2007/05/31/the-sql-server-working-set-message.aspx
hope this helps
Yes (you'll notice my Query came from the KB) and Yes, and many others...
December 2, 2008 at 3:15 pm
I suppose
Standard ISO (IT Pro) is the 180-day Enterprise edition trial
Developer will lead you to MSDN, and probably the free Developer edition ISO (same feature as Enterprise, licensed for Development...
December 2, 2008 at 3:00 pm
I guess I like the code, so I tweaked it a bit into a SELECT only, and added 'column' filters
so you can only search in SELECTED columns (if you know...
December 2, 2008 at 9:39 am
Interesting, my trial download of SQL 2008 Enterprise ISO worked fine (I can unzip it to a folder and install too, instead of mount the ISO)
http://www.microsoft.com/sqlserver/2008/en/us/try-it.aspx
Alternative is to buy the...
December 2, 2008 at 8:44 am
I use Remote Desktop quite often too, and in the back of my mind I have always feared 2 things
1. Hit Shutdown instead of Logoff (especially in Windows 2008, the...
December 2, 2008 at 8:29 am
I would skip the MSI installation, and find the scripts (along with lots of CSV's) to manually create the AdventureWorks 2005 DB
I don't know why MS makes it so difficult...
December 2, 2008 at 8:24 am
Kishore.P (12/2/2008)
Dean Jones (12/2/2008)
I was wondering whether there is a script/way out there in which one can monitor disk space on a network shared drive, I know once can...
December 2, 2008 at 8:15 am
Local System is pretty minimal, safe for a local SQL instance
If you need Network-features such as back up to UNC, talk to other servers etc... use a domain account if...
December 2, 2008 at 8:11 am
Not to my knowledge
Plus, the fact that it used to happen every 30~40 mins, and now 60-90 mins (after changing MIN/MAX memory settings) seem to be not network-copy related. Wouldn't...
December 1, 2008 at 2:49 pm
Viewing 15 posts - 241 through 255 (of 549 total)