Viewing 14 posts - 16 through 30 (of 30 total)
I agree all of you. I am sorry might not explain you properly.. Please follow this.
The scenario...
We will get the info. in the main page who visited us(like Facebook)
The same...
August 8, 2011 at 2:06 pm
Thank you for the quick response.
There are multiple names stored there with comma delimiter and the max length of the column is 512 It would be more in future.
August 8, 2011 at 12:46 pm
It just usernames
August 8, 2011 at 12:35 pm
Hi Lowell, I got it now... I storngly make sure that It would be row lock rather table lock for single row updation.
Thank you very much for the quick response...
August 4, 2011 at 2:03 pm
how you are pulling data from linked server & inserting in the current server's database?
Can you explain little bit clearly, better post the query you using as jack requested.
March 30, 2011 at 4:23 pm
If you want You can eliminate the column values by using the condition in where clause... but not columns.
select col1,col2,col3 from tablename where (condition will be here)
If you want...
March 9, 2011 at 2:34 pm
Nice GSquared!
I just wondered as middle of implementing this When I just came and found some one already taken care.
March 9, 2011 at 1:31 pm
Hi I have kind of same issue going. First have to do FTP done,. And second what is the performance impact on the server while doing this FTP when DB's...
February 24, 2011 at 8:27 am
What size files were going across without any problem? Have you looked into increasing the FTP buffer window?
Hi Chris, Thanks for quick reply.
upto 100 mb - 2gb files were transferring...
February 17, 2011 at 11:42 am
I know for sure Triggers are the burden for sure. Unless its necessary to have them in your table don't use them. But anyway it depends on the environment, transactions...
February 2, 2011 at 11:43 am
Unfortunately we cannot rollback the committed transaction. Only the way as of I know restore the database.
Check the transaction Log Schedules, If its available. How frequently you do that? Try...
February 2, 2011 at 9:00 am
Viewing 14 posts - 16 through 30 (of 30 total)