Viewing 15 posts - 151 through 165 (of 177 total)
Your format is wrong, the command could be:
master..xp_cmdshell '\\Server\Share Folder\Something.bat' -
('\\...' is a server path)
or
master..xp_cmdshell 'C:\Local Folder\Something.bat'
March 14, 2007 at 1:49 pm
ALTER INDEX with REORGANIZE is a better option, but INDEXDEFRAG is still available (http://msdn2.microsoft.com/en-us/library/ms177571.aspx). Bad question!!!
March 12, 2007 at 10:21 am
Worked it out ... I got rid of the NON EMPTY clauses in the MDX query, and it works as required.
Steve - thanks for...
March 7, 2007 at 3:04 pm
Before you read this, I have to add the disclaimer that I just copied this from BIDS - I dont actually understand it (I'm working on learning MDX, but...
March 7, 2007 at 2:25 pm
SP2a is called SP2 - you can't get the previous version any more!
Are you trying to open the Maintenance Plans with a non-SP2 version of SSMS? If so, try patching...
March 7, 2007 at 9:56 am
Can you split the database into multiple filegroups? If so, you can use a filegroup backup and restore stategy, instead of a full database strategy. I haven't used it personally,...
March 1, 2007 at 8:16 am
Mr Lockwood,
I believe you misinterpreted my comments (probably deliberately). My inclusion of "(American)" has nothing to do with anti (or pro) American bias, it was simply an acknowledgement that there...
February 27, 2007 at 8:05 pm
One thing that no-one has mentioned - the number of times Mr Boule posted his message has to qualify as spamming the forums.
Did anyone else read Mr Lockwood's...
February 27, 2007 at 8:27 am
I agree with Andre - this was a very badly worded question.
February 23, 2007 at 1:21 pm
If you're looking at your future career, I would strongly suggest MCDBA to start with, then progress onto MCITP - there are going to be a lot of SQL 2000...
February 19, 2007 at 7:57 am
How you do it depends on how you want your data spread out ...
If you want to split up your data by table (a table resides in a specific filegroup),...
February 16, 2007 at 8:30 am
Visual Studio is now the programming interface for SQL Server, and SSMS is the administrative interface (of course, you can run queries in SSMS, and use that as the development...
February 15, 2007 at 8:16 am
Isn't there four options for Receiving an MSMQ message - "Data File Message", "Variable Message", "String Message" and "String Message to Variable"? I think the option you'd want would be...
February 13, 2007 at 2:39 pm
Mohammed,
thanks for the suggestion. We actually tracked down the error - the application that sits on top of the database couldn't handle a ' in an email address. The application...
January 23, 2007 at 3:32 pm
I ran a trace grabbing everything from the server, making sure I included a period where the CPU utilization was spiking, and saved the data into a table on my...
January 19, 2007 at 8:57 am
Viewing 15 posts - 151 through 165 (of 177 total)