Viewing 15 posts - 1 through 15 (of 120 total)
i mean
SELECT * FROM fn_virtualservernodes()
April 25, 2011 at 5:06 am
you can use this function once u connect through powershell.
select * from ::fn_getvirtualservernodes()
April 25, 2011 at 5:04 am
i believe it should be
RESTORE DATABASE <suspecteddatabasename> WITH RECOVERY
February 10, 2010 at 7:50 am
Is that possible to put this in a job and schedule it run on daily basis.
July 22, 2009 at 3:09 am
Hi Ps,
Is it sql server 2000 or 2005. In 2005 we have better ways of monitoring the tempdb usage.
July 22, 2009 at 2:46 am
Using the linked server concept, we also need to load the ole's in sql server to get the clients disk space data. using the power shell, its quite simple.
July 22, 2009 at 2:41 am
No need to have 2008. We can install on one server and can remotely access the data from the client server.
July 22, 2009 at 2:35 am
I have already implemented such a design in my place. I believe much better to achieve the same is using the powershell, where you no need to create the linked...
July 22, 2009 at 2:11 am
Trigger will be fired only corrospoding parent object gets events.
July 6, 2009 at 2:44 am
Is awe enabled on the sql server? Also see the performance counts on the sql server memeory manager for total server memory and target server memory.
June 12, 2009 at 10:29 am
Here is one link.
http://www.sqlservercentral.com/articles/Miscellaneous/sqlserverstatisticalfunctions/1255/
June 12, 2009 at 10:17 am
You cannot connect to sql server 2005 from SQL Server Enterprise Manager. I need to install sql server management studio express for express edition.
June 12, 2009 at 10:10 am
Viewing 15 posts - 1 through 15 (of 120 total)