Viewing 15 posts - 1,141 through 1,155 (of 7,429 total)
In addition if it is making a poor index choice it is usually a fact of poor maintence habits or poor indexing choices themselves. Could you post the DDL for the...
May 4, 2005 at 7:01 am
If not the backup drive itself being full check that either the data drive is not full and that the C: drive is not full as well as the drive...
May 3, 2005 at 1:04 pm
The problem you have is that your data is not sorted the way you assume and is based on the rules of the data type in use.
If all the data...
May 3, 2005 at 6:51 am
Interesting thou. Do you know why the transaction disappeared later?
May 3, 2005 at 6:37 am
I beleive the sort i due to the Custered Index from what I can see. It is sorting for insert performance to minumize data movement on pages as much as...
May 2, 2005 at 6:45 am
I have installed every patch level on a SQL 7 machine and you just occasionally run into mysterious issues sometimes. Just make sure you do a full backup before the...
May 2, 2005 at 6:37 am
1) Try inputing the time in as '20:30:00', sql i sometimes finacky. Or use '08:30 PM'. Sorry no SQL here to verify I am telling you right but I do...
April 30, 2005 at 6:52 pm
I would suggest if the vendor is stating it can then you put the responsibility on the vendor to find and restore the transaction otherwise the user will state the...
April 30, 2005 at 6:44 pm
Sorry nothing setup to test here. However hav you run in debug and verified which line is failing and stepped thru the process in full?
April 30, 2005 at 6:40 pm
Dim objPkg
' Get Package object
Set objPkg = DTSGlobalVariables.Parent
This will get you a reference to the package itself. Then you can access all the properties you just mind have to google...
April 30, 2005 at 6:37 pm
Look at the destination and make sure the field is big enough. Many times exports to excel with default to 255 characters for the field so anything larger is truncated....
April 30, 2005 at 6:32 pm
Please be carefull not to duplicate posts. Leave replies here http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=178989
April 30, 2005 at 6:30 pm
Can you be more specific on how they relate. I wouldn't think everyonw in the sales dept would have the same salary. I would think the company table would inherit...
April 30, 2005 at 6:29 pm
I agree here for the sake of yur question. Since you are not changing the strucutre itself and since these columns should obviously not be joining multiple tables and since...
April 30, 2005 at 6:26 pm
Viewing 15 posts - 1,141 through 1,155 (of 7,429 total)