Viewing 15 posts - 16 through 30 (of 106 total)
SELECT DISTINCT
A
,(SELECT t2.B + ' '
FROM (SELECT A, B, ROW_NUMBER() OVER(PARTITION BY...
March 9, 2012 at 9:06 am
jpSQLDude (3/8/2012)
Chrissy321 (3/8/2012)
Can you use the extended properties of a database.. Right-click on the database and go...
March 9, 2012 at 7:23 am
Chrissy321 (3/8/2012)
Can you use the extended properties of a database.. Right-click on the database and go to...
March 8, 2012 at 10:20 am
Why don't you just use powershell to get the instance + db names and load them into a database table?
March 8, 2012 at 7:02 am
What have you got so far? Have you lookied into http://msdn.microsoft.com/en-us/library/ms219082.aspx ??
February 24, 2012 at 8:15 am
Just keep in mind that the default PS execution policy is restricted so you will need to get a sys admin to change it for you. Also, to create a...
February 24, 2012 at 4:39 am
Something like this should work for you..
$con = "server=localhost;database=YourDatabase;Integrated Security=sspi"
$cmd = "select * from dbo.YourTable"
$path = "c:\Rpt\MyReport_" + $(get-date -f yyyyMMdd) +...
February 23, 2012 at 10:34 am
Powershell + windows scheduler?
February 23, 2012 at 9:18 am
Brilliant! Thanks for your time and have a good week!
January 30, 2012 at 5:20 am
mohammed moinudheen (1/17/2012)
1) Find number of databases in each instance
2) Find on which date last backup happened
3) Get the location...
January 20, 2012 at 3:45 am
or just right click on instance/reports/schema changes history
January 10, 2012 at 5:29 am
December 6, 2011 at 1:39 am
Not supported..use Visual Studio 2008
November 28, 2011 at 5:53 am
Viewing 15 posts - 16 through 30 (of 106 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy