Viewing 15 posts - 3,706 through 3,720 (of 7,429 total)
Then you either do not have it large enough for your largest data from the Excel file or you have the wrong column. If the sheet name varies then I...
December 31, 2002 at 5:34 am
quote:
Thats a lot of growth! Might try stopping service and deleting tempdb (rename the mdf is safer), let SQL create a new...
December 31, 2002 at 5:29 am
Query optimizer is stumbling somewhere. If you have an index you may have out of date statistics causing this or the index is fragmented or any of serveral other issues.
As...
December 31, 2002 at 5:14 am
If you can post to the other system you could instead write the XP to take the input directly for the new row and send to the remote system using...
December 31, 2002 at 5:02 am
Besides memory allocation is costly compared to already being owned. If something else needs and the memory is not currently in use the OS will make this determination.
December 31, 2002 at 4:44 am
Unfortubnately this snippet isn't much to go on. Try rebuilding the transaformation from scratch or build a new copy of the page and see if the problem persists.
December 31, 2002 at 4:38 am
Open each questionable package and then the package properties. Turn on logging in the package properties (varies depending on you version but look at all the tabs it is quite...
December 31, 2002 at 4:35 am
As for the 255 when the transformation is built the default value for the new column is 255 nvarchar on an import of excel. On the destination table you can...
December 31, 2002 at 4:32 am
Not sure how much trouble but you could potentially get the handle of the EM window and add your item to the context menus but I have never tried this....
December 31, 2002 at 4:16 am
Generally thou when data is submitted with an enter in the string it is both the Carriage Return (13) and Line Feed (10) characters so you may want to do...
December 31, 2002 at 4:12 am
And if you can do it in SQLPlus to access all DBs on the same instance then you can use a single connection object in your DTS package.
December 31, 2002 at 4:01 am
Can you give a bit more detail on what you will see and what it should return based on the ex. BA/10 are you meaning Basic Pay with 10...
December 31, 2002 at 3:59 am
Try this or fix as needed as I am guessing to you needs.
Use YourDBNameHere
GO
EXEC sp_change_users_login 'Update_One', 'SQLDEVELOPERS', 'SQLDEVELOPERS'
GO
December 24, 2002 at 4:09 am
No but from what I have seen on Geek.com (they apparently have some) they are supposed to be monster on speed and performance. But the cost is way out there,...
December 23, 2002 at 6:55 pm
Or better to prevent the extra updates that will occurr do to the trigger wrap the logic in a Stored Procedure instead of writing to the table and get the...
December 23, 2002 at 6:42 pm
Viewing 15 posts - 3,706 through 3,720 (of 7,429 total)