Viewing 15 posts - 1 through 15 (of 28 total)
I used DBCC DBREINDEX which from what I have read, rebuilds them. I have also been looking into latch waits but I am not sure what I should expect from...
September 22, 2009 at 11:44 am
I have indexes on most lookups and they were reindexed earlier today. The problems still exists.
September 22, 2009 at 11:35 am
I ran DBCC FREEPROCCACHE and was able to get the command to run.
February 10, 2009 at 11:50 am
Good calll, I had to delete the last four rows that had been inserted because they contained a %.
Thanks!
July 14, 2008 at 12:16 pm
I'll take a look at my weekend logic but I have tested it and compared it to just counting by hand and it works fine.
If it's 40 days...
(40...
March 26, 2008 at 1:23 pm
I forgot to remove the @weekends variable. You can ignore that.
So far my equation works for what I need and I can change it later, the most important...
March 26, 2008 at 11:52 am
Apprently string concats are + and not &
I thought this is supposed to be VB.NET?
January 16, 2008 at 2:03 pm
I can do it with an Active X Script Task. Thanks guys!
August 6, 2007 at 1:33 pm
Your source data was data type text? I may have to look at my source again.
The error was converting the data conce it got to the int columns. I'm...
May 15, 2007 at 11:54 am
In the data conversion task I tried to do a SUBSTRING(data,16,1) and the next column gave an option for the data output type which I chose DT_I1 but that doesn't...
May 15, 2007 at 10:54 am
Definately still run the Analyzer to detect any features that you currently use that are deprecated. It also wouldn't hurt to run some .trc files collected from your production server...
April 19, 2007 at 1:19 pm
Have you tried connecting using the IP Address? Such as 192.168.1.101\InstanceName ?
April 19, 2007 at 12:29 pm
Viewing 15 posts - 1 through 15 (of 28 total)