Viewing 15 posts - 61 through 75 (of 1,252 total)
May be a check on the row count of the last table being updated by process 1. Since truncation will return a count = 0 and after that count will...
January 7, 2010 at 1:45 am
Brian Fischer (1/5/2010)
January 7, 2010 at 1:39 am
You can create index on UserID column for all child tables. Just make sure that the child tables do not contain very few data. In such a case the index...
January 1, 2010 at 2:03 am
is it good to create an index before creating a foreign key for reducing the performance issues.
Indexes are created for performance improvement. You can create an index before or after...
December 31, 2009 at 12:39 am
brainy (12/29/2009)
I...
December 30, 2009 at 2:52 am
check this out for tally table uses.
http://www.simple-talk.com/sql/t-sql-programming/the-helper-table-workbench/
December 30, 2009 at 2:40 am
Also check why the data is getting truncated. Are you using any string functions while importing data.
December 30, 2009 at 2:28 am
Please give more details.
December 29, 2009 at 11:25 pm
Try and use the BULK INSERT Statements for inserts.
December 29, 2009 at 11:24 pm
Execute AS "User1" impersonates the permissions of the user specified , in this case User1 and not the created user.
December 28, 2009 at 10:32 pm
citrix might be a exception. I was only making a general statement.
December 27, 2009 at 11:18 pm
My thoughts...
There is a difference in working for a firm doing only software development/services and working in a IT department of firm whose core business is not IT. I...
December 23, 2009 at 5:24 am
You need to know how and when you are going to have your celebration. During recessionary times when your pay is affected its difficult to celebrate and can also give...
December 23, 2009 at 5:05 am
Viewing 15 posts - 61 through 75 (of 1,252 total)