Viewing 15 posts - 1,786 through 1,800 (of 2,268 total)
You cannot convert it to an int if there are CHARS in the cloumn as well.
FYI, the code for converting to an int is
CAST(YourField as Int)
November 28, 2008 at 8:30 am
bhuvnesh.dogra (11/28/2008)
Actually ,,,if i have a database with total size 100gb ,used : 87 gb and free 5 gbthen
i would shrink it upto 80 gb
If am reading this...
November 28, 2008 at 7:11 am
shmuel_v (11/27/2008)
Hi,First, you can't change the column to identity.
Why not? do you have any proof of this..?
November 27, 2008 at 10:36 am
Mazharuddin Ehsan (11/27/2008)
You can split the data out into two seperate staging tables, one for Firstname and One for LastName
Then use another dataflow to load these both up and...
November 27, 2008 at 8:48 am
yes check that the data types in the views match the data types in the table you are inserting data into.
You may be able to fix this issue in the...
November 27, 2008 at 8:23 am
You can split the data out into two seperate staging tables, one for Firstname and One for LastName
Then use another dataflow to load these both up and join them...
November 27, 2008 at 7:41 am
It looks like you are inserting a value into a row that is too big,
check that that your input datatypes and size match that of the column they are...
November 27, 2008 at 5:31 am
It is hard to say what the problem is with out seeing the procedure that is causing the problems.. Post it here is you want some constuctive help..
November 27, 2008 at 4:49 am
I dont really know anything about SharePoint, does it have a WebService that you can call? or can you access the database behined it?
Setting up a web-service task does...
November 26, 2008 at 2:37 am
From having a quick look at this a few things stand out as bad performing code;
-While loop at the start, A while loop is not usualy a good idea...
November 25, 2008 at 9:54 am
it is in SSIS which is a part of BIDS / VS.NET that is installed with SQL 2005.
have you used SSIS before?
November 25, 2008 at 8:15 am
Web Service task is under the control flow , not the data flow, so look for it in there.
It is fairly straight foward to configure just add the URL...
November 25, 2008 at 7:27 am
Since you are using SSIS to do the import you are better off using SSIS to do the conversion.
You need to add Data Conversion Transformation between your data...
November 24, 2008 at 3:27 am
There is some manual work involved and it is not 100% ideal but i am getting better at using it. I work within an open-source development team and they all...
November 20, 2008 at 7:29 am
Glen (11/20/2008)
H-m-m...Are you sure? I was under imression that Subversion does not have a direct integration with SQL server...
Yeah I am sure, have been doing it here for the...
November 20, 2008 at 7:02 am
Viewing 15 posts - 1,786 through 1,800 (of 2,268 total)