Viewing 5 posts - 1,156 through 1,160 (of 1,160 total)
Your statement is a bit confusing. Do you time out when the databases are on the same server or on different servers?
February 18, 2008 at 3:46 am
If you are taking care of "Displaying" the result set, try using CONVERT.
February 18, 2008 at 2:55 am
Use the Convert function while inserting date and time. This will hep.
February 18, 2008 at 2:50 am
Yes.. Even I feel you should go for a Trigger.
February 18, 2008 at 2:18 am
Select * from [TableName] where SCountry=[TheCountryNameYouGotFromIP]
This is a sample. You can replace the * in the above query with the requisite field names.
Hope this clarifies.
February 18, 2008 at 1:43 am
Viewing 5 posts - 1,156 through 1,160 (of 1,160 total)