Viewing 15 posts - 12,091 through 12,105 (of 13,461 total)
I was trying a similar project...wanted to make a CLR that simply dumped RTF into an RTF object and returned it's .Text property, and found it was not allowed in...
May 6, 2008 at 8:14 am
are you sure the zero is causing the problem, it's alias? try SELECT 0 as CNT instead of the reserved word COUNT
also, careful with the datefield...
it's good practice ...
May 1, 2008 at 8:27 am
the primary key alows the replication service to uniquely identify every row in a table.
in that manner, it is much easier to tell the recipient database of the replication...
April 14, 2008 at 7:15 am
iitt2007 (3/31/2008)
April 9, 2008 at 12:20 pm
boy I really agree; It's a stupid Project requirement that all "raw data" is imported from text into SQL Server database, and then the data massaged from there.
The...
April 1, 2008 at 9:51 am
I'm putting this thru it's paces now Jeff;
The data I'm trying to parse is some FIP55 data with every place name in the united states; 560 meg of data, so...
April 1, 2008 at 8:44 am
that's what i was looking for antonio; i remember using a different kind of split function for the same type of results. it's the cross apply and the row_number() over...
March 31, 2008 at 12:02 pm
I think what you are looking for is almost built in:
in MS SQL Server Management Studio, browse to Server>>Security>>Logions (NOT [specific database]>>Security)
right click on the existing user you want to...
March 4, 2008 at 10:48 am
I believe you simply have to shrink the msdb database.
running sp_cleanup_log_shipping_history will remove rows from the history tables, but that just created free space--the space is still reserved for future...
March 4, 2008 at 10:39 am
you created them using your admin account, but when you connected with SSIs Express, did you connect as that same user, or as a SQL Server login, like 'sa'?
that might...
February 28, 2008 at 10:38 am
can youc hange your primary key? instead of using some integer value, use the combination of HandheldId + Image_Surr_Key; that way Image_Surr_Key can repeat, but the combination of handheld...
February 27, 2008 at 9:41 pm
I put a copy of PKzip25 in a zip file, along with a .SQL file containing an example, which you can download here
February 27, 2008 at 5:19 pm
kurraraghu (2/27/2008)
but whats the logic is it the number of days from 1990 yr is that the one i jus want to know that logic ....
yes, the logic is the...
February 27, 2008 at 10:14 am
when converting a number to datetime, the date portion is left of the decimal place, and the time portion is to the right of the decimal point.
I think it really...
February 27, 2008 at 9:57 am
Matt Miller (2/27/2008)
February 27, 2008 at 7:38 am
Viewing 15 posts - 12,091 through 12,105 (of 13,461 total)