Viewing 15 posts - 2,881 through 2,895 (of 3,738 total)
The following URL contains a comparison of PostgreSQL 8.4, Microsoft SQL Server 2008 & MySQL 5.1:
June 12, 2011 at 7:15 pm
Phil Parkin (6/12/2011)
praveensc2003 (6/12/2011)
why do you want to write script . It can be done easily using FileSystemtask.
I'd like to see that. Please provide details of how the FST can...
June 12, 2011 at 6:25 pm
Steve Hindle-535638 (6/7/2011)
The reason I ask this is I...
June 12, 2011 at 6:10 pm
Have you considered consolidating the PaymentItemD_zAgro,PaymentItemD_zBiz & PaymentItemD_zKWSP Tables into one table and store the payment type value 'agro', 'business' & 'kwsp' in this column?
June 12, 2011 at 5:56 pm
One thing that I noticied was that you may want to consider a UserType Table as opposed to UserTypeA and UserTypeB tables and separate columns?
I assume that you have a...
June 11, 2011 at 12:48 pm
You should post your connection strings as requested.
Not sure of the details but ...
http://blogs.msdn.com/b/spike/archive/2008/11/07/sql-server-error-10060-sql-server-error-10061.aspx
http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/27684811-1a59-4273-b7ed-3cc990b4f20a
June 11, 2011 at 12:19 pm
You should try and avoid assigning the number based on a value on a table and use the identity if possible.
If you go with the update table methodology you need...
June 11, 2011 at 12:14 pm
naphan.710 (6/7/2011)
thanks
What does your ad have to do with this thread?
June 11, 2011 at 12:07 pm
PostgreSQL is an Open Source Database.
I converted a Database from PostgreSQL to SQL Server several years ago.
I can't speculate on it's future but if you can afford a license my...
June 11, 2011 at 11:28 am
Tiya (6/3/2011)
Msg 4832, Level 16, State 1, Line 2
Bulk load: An unexpected end of file was encountered in the data file.
Msg 7399,...
June 6, 2011 at 3:24 pm
irena.bulatovic (5/30/2011)
June 1, 2011 at 8:41 am
May 29, 2011 at 10:26 am
Uing @@ERROR usually requires a GOTO and/or lots of IF statements.
Try ... Catch makes the code easier to maintain.
As far as nested Try Catch an example of a Grandparent, Parent...
May 28, 2011 at 2:01 pm
You may want to post this question in the SSIS Forum as was suggested in your other forum:
http://www.sqlservercentral.com/Forums/Topic1116550-391-1.aspx
May 28, 2011 at 10:43 am
Try not using the NOT Operator as in AND LOWER(s.Model) NOT LIKE ('%express%')in the Discovery.dbo.sysSoftware Table or any other table.
That will force a table scan.
May 28, 2011 at 10:24 am
Viewing 15 posts - 2,881 through 2,895 (of 3,738 total)