Viewing 15 posts - 16 through 30 (of 47 total)
Did it and it worked. Thanks for the help and the share of knowledge.
December 14, 2009 at 7:31 am
I created a MK and a Certificate to encrypt data and it works fine on the development server but once I moved the DB to the production server decryptbycert returns...
December 9, 2009 at 8:01 am
In the Maintenance Cleanup Task theirs an option under File Age, it’s a checkmark that reads: "Delete files based on the age of the file at task run" and under...
November 9, 2009 at 12:00 pm
I don't see where to add those parameters on the MP. Do I have to do it with code?
August 25, 2009 at 6:44 am
I think at the time I did it so when the backup gets done de DB already had the statistics updated.
August 24, 2009 at 3:41 pm
The size of a row. I need this info to forecast the amount of space that certain table will occupied after X amount data inserts.
August 6, 2009 at 2:19 pm
I did tried it on another pc but had the same problem. Anyway it works if I use the .blg format and then all I do is to convert the...
June 26, 2009 at 8:43 am
I just solved it:
declare @maxid as int
set @maxid = (select maxid from MAXIDCUSTOMER) + 1
declare @query as varchar(200)
set @query = 'alter table att_list_2 add recid [int] IDENTITY(' + cast(@maxid as...
May 18, 2009 at 1:40 pm
I’m using perfmon and I’m analyzing the info on excel .
May 15, 2009 at 9:02 am
I just started!!! But I do feel that the amount of information I have to learn it so much that sometimes I just don’t know where to start. I became...
May 15, 2009 at 9:00 am
Viewing 15 posts - 16 through 30 (of 47 total)