Viewing 15 posts - 691 through 705 (of 1,253 total)
Hi
Execution plans seem to be the same. But one thing i found that the first join condition that we write with the "on" clause
should be between the last and the...
July 20, 2008 at 11:29 pm
SELECT SERVERPROPERTY ('InstanceName')
July 14, 2008 at 3:26 am
or what about a simple database backup. If your developers are going to make a lot of changes or database size is huge this may not work out.
July 14, 2008 at 12:42 am
Hi
I have corrected a portion of your proc. u can continue in the same manner.
set @sSql='select iCustomerid,sCustomercompname from CustomerMaster C inner join Citymaster Ci ...
July 9, 2008 at 11:44 pm
Hi
What do you mean by "where clause". If its the where clause of a sql statement then you can use a function instead of a procedure.
July 9, 2008 at 11:32 pm
maybe a trigger could help
July 9, 2008 at 11:26 pm
Hi
My 2 cents...
When u send the backup from server A to server B you create a entry in a table. when the backup is restored you can update the entry...
July 9, 2008 at 4:08 am
Hi
You could put your db into simple recovery model and then delete small "portions" of data.
July 9, 2008 at 3:24 am
That is the proper way to retrieve encrypted data. I do not know of any other way for this.
June 19, 2008 at 12:31 am
Hi
If you have indexes on the tables you can use the DMV sys.dm_db_index_usage_stats to get the
last seek,scan,lookup or update. you will have to take the most latest date from...
June 19, 2008 at 12:21 am
Hi
I have'nt understood your point... but if 8000 char is a limitation you can use xml data type or Varchar(MAX) .
June 18, 2008 at 11:53 pm
Dont think you can do this. Each time you encrypt the same value you will get different encrypted values.
June 17, 2008 at 11:20 pm
Viewing 15 posts - 691 through 705 (of 1,253 total)