Viewing 15 posts - 16 through 30 (of 40 total)
Think of a telephone directory. If you want Mr R Brown, you can go straight to the right entry, because the telephone directory is set up that way. That's a...
July 4, 2011 at 4:27 am
The Dixie Flatline (7/1/2011)
July 4, 2011 at 4:18 am
Is there a compatibility issue for nvarchar field between sql server 2008 r2 64 bit and sql server 2000?
The replication is failing saying An error occurred during running the batc...
March 3, 2011 at 7:04 am
After a long time and lots of Tuna,watermelon,liquor,asterix and obelix discussions:
Sorry for not being able to put up the question properly.
what i wanted to ask was :
which one is better...
January 25, 2011 at 8:54 am
SK,
I will tell u the solution that i have found for my issue , check if its useful for u .
i have configured the destination so that a new table...
January 25, 2011 at 8:47 am
Thanks a ton guys for your replies.Ultimately used Columns_Updated().
January 25, 2011 at 2:45 am
Facing a the same issue almost .
BackGround:A job runs every month to load an excel file to SQL Server.The Excel file differs Month to Month and hence cannot be imported...
January 25, 2011 at 2:43 am
how to determine the bit value thats going to have & to the columns_updated() functon?
The formula 2^(column ordinal-1) rsults to a huge value when summed for 80 cols
January 24, 2011 at 8:51 am
try this as well
SELECT
a.request_id,
a.req_type,
a.status,
b.event_type,
b.person_id_from,
a.check_for_billing,
a.billing_allowed,
c.text_line_code
FROM
Request a left outer join request_event b on a.request_id = b.request_id left outer join request_text c on a.request_id = c.request_id and c.text_line_code <> 'RAQA'
WHERE
a.req_type in ('auto', 'tac')
and...
January 24, 2011 at 8:32 am
Thanks for the reply. So what i understand is , if i alter the table such that the composite primary key is defined as "LocationID,ProductID" instead of "ProductID,LocationID" as it...
December 21, 2010 at 5:13 am
hmm the problem is still there. When i ran it for a small set of data , it worked, but when i increased the amount of data its again doing...
October 26, 2010 at 1:50 am
ok found the answer. I had kept the Scalar value checkbox checked and so was not able to get the actual values. Once i uncehcked that , i was able...
October 26, 2010 at 1:39 am
The limitation of the process discussed here is that we need to know the exact list of valid parameters and need them to have it in a table. Though this...
August 13, 2010 at 1:25 am
The small review by Tim was excellent.
I am just starting with SQL Azure and was going through diff documents available under MS Windows Azure site.
As far as i understand...
August 12, 2010 at 11:14 pm
In simpel words it is SQL Server on Cloud.Your database will be on the Cloud servers and not at your data center thus reducing the Infrastructure/management/administration/Memory/etc etc issues and costs....
August 12, 2010 at 6:15 am
Viewing 15 posts - 16 through 30 (of 40 total)