Viewing 15 posts - 31 through 45 (of 77 total)
mzzzshay (9/12/2011)
I can not get this to work for nothing. I tried putting the code in the command prompt and it just keeps opening up the data in notepad.
Please...
September 13, 2011 at 1:27 pm
As stated this shouldn't be run from Query Analyzer. It should be run from a command prompt on the machine's console which has the file on it. If...
September 9, 2011 at 5:06 am
The syntax should be:
bcp "tempdb.dbo.DimProducts" in "c:\Users\Shay\Documents\DimProducts.txt" -T -c
September 8, 2011 at 8:09 pm
There's no error message listed. What's the error?
September 8, 2011 at 6:44 pm
You should stop all clustered services before restarting the clustered service. Why do you want to restart the cluster service?
July 20, 2011 at 1:47 am
Anything which uses SMO will only return running instances, which are not set to hidden.
April 28, 2011 at 2:55 pm
If you want to find all the instances on the AD domain, hidden or not you can use the code which Aaron and I put together for my book "Securing...
April 28, 2011 at 12:11 pm
Yes that is correct. When the database is restored the file will be laid down as one large block, assuming that there is nothing else on the disk and...
December 6, 2010 at 11:34 am
Have you tried using the ISNUMERIC function.
"WHERE ISNUMERIC(YourColumn) = 1"
The function isn't perfect as characters that are used for money ($,.) are counted as valid, but it'll get you most...
September 16, 2010 at 6:32 pm
That's a problem with SQL Server Management Studio running out of memory. How much RAM is on the machine you are running management studio on? How much data...
August 26, 2010 at 12:53 pm
System.OutofMemoryException is a .NET error message. Are you using a CLR procedure or function in your query? How are you running the query?
August 25, 2010 at 11:21 pm
I need to see the execution plan of the stored procedure being run, not written to the database.
July 27, 2010 at 11:40 am
Sounds like there is a problem with the indexes on the table. Can you post the execution plan?
July 19, 2010 at 11:00 pm
My blog is owned by Tech Target as it is hosted on their site. I can ask them about syndicating here as well, but as SSC is a competing...
July 19, 2010 at 12:38 pm
It's a single table in the default file group. The file group has two files, each of which is on it's own LUN. The LUNs are each created...
July 19, 2010 at 11:23 am
Viewing 15 posts - 31 through 45 (of 77 total)