Viewing 15 posts - 136 through 150 (of 347 total)
I have used quest in the past. fairly good product IMO. have not used idea's product.
August 21, 2008 at 2:50 pm
try running dbcc memorystatus to see how much is actually consumed
August 21, 2008 at 2:49 pm
I have been using vista for several months now on a new laptop I bought. The performance hasn't been great. file operations take much longer than on older, slower machines...
August 11, 2008 at 9:45 am
you can also use dbcc memorystatus to see how much memory is being consumed by SQL
August 11, 2008 at 7:11 am
yeah, that should work. I was hoping to get one in the past, but it may not be possible.
August 6, 2008 at 2:40 pm
if you are trying to search sprocs for a word, check out SQLDigger. It's free and does a good job (sometimes searching the table doesn't work as a sproc could...
July 18, 2008 at 3:50 pm
Thanks for all the feedback so far. There have been some great suggestions, as well as some humorous ones. I appreciate all of them.
July 18, 2008 at 7:37 am
If you want to hide the text from anyone who has access to view the object definition, that is when you will want to use encryption.
June 17, 2008 at 7:03 am
I see this mostly used in "packaged" applications that have a SQL backend. It's so you can't use the logic in their sprocs. I have rarely seen this used in...
June 16, 2008 at 3:30 pm
I have done this before, we migrated to VB.net/SQL2005 from access. We had to basically start by porting all the data into sql, then we recreated all the form functionality...
June 5, 2008 at 2:03 pm
not a bad idea, this will preserve the old key incase a mistake is made. you would then be able to fix any errors in your process.
May 29, 2008 at 2:23 pm
thanks for the folloup - good info. kind of surprising you cannot do that.
May 29, 2008 at 12:54 pm
no, they did not resolve the issue you are describing in your last post. they will not work for key values that are already being used in both databases for...
May 29, 2008 at 12:53 pm
I can confirm that we have mirrored from a 64 bit to a 32 bit platform, although the 64 bit machine was running 32 bit SQL server. I wouldn't think...
May 29, 2008 at 12:27 pm
Viewing 15 posts - 136 through 150 (of 347 total)