Viewing 11 posts - 1 through 11 (of 11 total)
So this is how the code looks now
#######################
<#
.SYNOPSIS
Creates a DataTable for an object
.DESCRIPTION
Creates a DataTable based on an objects properties.
.INPUTS
Object
...
June 8, 2018 at 10:17 am
I am confused. I am not sure how to change the for loop.
June 5, 2018 at 5:54 pm
When I run the following..
June 5, 2018 at 5:53 pm
When I run
Get-Childitem 'SQLSERVER:\SQLRegistration\Central Management Server Group'
I just get
PS SQLSERVER:\>
Get-Childitem 'SQLSERVER:\SQLRegistration\Central Management Server Group'
PS SQLSERVER:\>
June 5, 2018 at 5:51 pm
I have replaced with %5CT
And this is the message that I am getting
June 5, 2018 at 11:00 am
I like this but it is for each instance, correct? What about a dashboard for a Central Management Server? So that everything is in one place and you...
June 11, 2013 at 7:32 am
I am looking for this page
http://www.sqlservercentral.com/Forums/Topic948331-149-1.aspx
What happened to it?
December 6, 2010 at 6:18 am
If it helps anyone, this is how my function looks like. Thanks again to all who helped me.
CREATE FUNCTION [dbo].[udf_NORMDIST](@value FLOAT,
...
August 13, 2010 at 6:31 am
How do you open this project with SQL Server 2005? I get the message "The application for project <project> is not installed".
July 19, 2010 at 5:45 am
I have successfully replicated my tables, views, and functions. I am currently working on my procedures. Since I knew that I could replicate all of my tables I...
October 12, 2009 at 12:29 pm
I love this article:
http://www.sqlservercentral.com/articles/Auditing/64176/
However, I would like to know how do you audit sp_rename?
Or to most DBAs this isn't important.
October 14, 2008 at 7:00 am
Viewing 11 posts - 1 through 11 (of 11 total)