Viewing 10 posts - 181 through 190 (of 190 total)
Take the ID and @courseid values out of your insert statement. By having them there, you are attempting to give it specific values. Skip that value and start...
May 31, 2011 at 7:41 am
From reading the original post, I'm not seeing that the poster is using partioning.
If that is the case, I would suggest the following for a purely home-grown solution. I...
May 13, 2011 at 9:42 am
When you restore a database from 2005 into SQL 2008 R2, it should leave it in 2005 compatibility mode. As long as you leave it in 2005 compatibility mode,...
January 4, 2011 at 7:04 am
I have done some research on this very topic. Here are my views.
The other poster is correct in that they are for different things.
Column level encryption is...
December 30, 2010 at 9:57 am
One thing to keep in mind is that the account being used to run the job (the user the agent service is running under) has to have access to that...
July 6, 2010 at 2:21 pm
Mine isn't nearly as fancy, and it sticks a dangling comma on the end, but when I just want a quick listing of all columns in a table (say, for...
July 6, 2010 at 1:51 pm
One thing I always keep in mind (unfortunately, learned the hard way a few years ago): Never let your current employer dictate what you learn. One day you...
March 29, 2010 at 1:53 pm
My guess, and it is only a guess at this point, since I have not done the research, would be that it only truncates from the log if it is...
May 16, 2008 at 12:27 pm
Could it be the checkpoint process? It happens at what seems to be set intervals if traffic is steady. Also, what type of storage are you using? ...
May 16, 2008 at 12:20 pm
I just read about this the other day. When a full backup is started, the current (at that time) LSN is noted. The backup is completed. It...
May 16, 2008 at 11:54 am
Viewing 10 posts - 181 through 190 (of 190 total)