Viewing 15 posts - 31 through 45 (of 46 total)
Yes - remotesigned.
Tried the single server name in threee styles -
- SERVER\INSTANCE
- SERVER
- INSTANCE
and there is no difference in the execution. A log files gets created and...
November 6, 2008 at 2:57 am
Unfortunately not, the job just generates the log files. There are no csv files created or archived. apparently the first PS script doesnt begin, just the SS job log files...
November 5, 2008 at 7:41 am
Just to fill in some gaps since my last post (which appears to have started a heated debate!)...
When you have an problem with something you fix it with the tools...
October 17, 2008 at 9:50 am
Here is some code that does what i think you need in the sample database.
Hope it helps.
(Please note this uses the old methods to reference the system objects (syscolumns). From...
October 15, 2008 at 3:28 am
Probably not the best solution as i often think 'like a programmer' but...
cant you select the whole results into a temp table and then drop the first column then select...
October 13, 2008 at 5:32 am
Sounds like the media you (or the person at your Co., if its before your time...) used to install the server was on a Select license. check this out http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=295301
You...
October 10, 2008 at 5:01 am
Never had too much success with it but search BOL for "SERVERPROPERTY", there are loads of values that you can interrogate...
this shows the value you are after
SELECT CONVERT(CHAR(20),SERVERPROPERTY('licensetype'))
HTH
October 9, 2008 at 9:37 am
many apologies, i hadnt seen your two posts before mine.
I downloaded the files and copied them to the server - i didnt spot that the article was different. I have...
October 9, 2008 at 8:31 am
OK, SQLCMD isnt the big deal, I was trying to use that to debug why the job wast working...
any ideas on the reason that the csv files dont get generated,...
October 8, 2008 at 2:41 pm
yup spotted that one pretty early on.
still not getting it to run from the job though. 🙁
SQLPSX_SMOtoCSV.log is empty
SQLPSX_CSVtoDB.log has:
Move-Item : Cannot create a file when that file already...
October 8, 2008 at 9:35 am
This is a great way to collect the security state of my servers. Took a bit of tinkering to get it all to work - i wanted the SQLPSX data...
October 8, 2008 at 4:51 am
yonision (2/29/2008)
February 29, 2008 at 9:06 am
Great example of something i have been wanting to implement for a long time.
Step 2 mentions 'attached SQL' but i cant see it, what am i doing wrong?
February 29, 2008 at 2:56 am
David, what tables do these reports query? what problem can running a select query against these tables cause?
August 9, 2006 at 4:25 am
Hi, there is a PK-FK link, its just not the same column name in both tables. I am on sick leave at the moment and cant get to a SQL...
August 9, 2006 at 1:23 am
Viewing 15 posts - 31 through 45 (of 46 total)