Viewing 15 posts - 20,566 through 20,580 (of 39,834 total)
Rod at work (3/1/2010)
Hmmm. That is not a bad idea. I'm not sure how much space we'll be able to get, though.
Check local community colleges. Many of the...
March 2, 2010 at 1:18 pm
There are a variety of sessions. I've seen basic as well as advanced ones at various events. I ran a very high level, non-technical session last weekend at a Denver...
March 2, 2010 at 1:17 pm
I'd second Mike's suggestion for a trace. That will help narrow down from where it's running.
March 2, 2010 at 12:51 pm
I'm not sure I like email as a PK either. I might use it as a unique column, and display it, but since it is something that can easily change,...
March 2, 2010 at 12:38 pm
Well this was interesting. Had someone ask for their account to be closed here since the questions haven't been good the last month and the quality of the discussions has...
March 2, 2010 at 10:01 am
The Bears are kind of a football team. With Cutlet at QB, they're not a great imitation of one :w00t:
March 2, 2010 at 9:41 am
jinlye (3/2/2010)
A) The 'featured articles' are just...
March 2, 2010 at 8:43 am
The service account is the account that runs SQL Server. You can see this in EM, in the server properties. That is the account that likely is running your...
March 2, 2010 at 8:39 am
We had an HP years ago with the same recommendation. For some instances it was fine, for some it was an issue. If you have heavy I/O, this can be...
March 2, 2010 at 8:16 am
The issue is that you don't have enough space for something. I'd try varchar(max). If that doesn't work, then it's not that field. It might be any of the char...
March 2, 2010 at 8:14 am
If you check the package, you can see if it's set to log to a text file (it should be).
The other thing I'd be sure of is if you really...
March 2, 2010 at 8:11 am
Do you have the logs of the maintenance plan?
March 2, 2010 at 7:14 am
You can set an xp_cmdshell proxy to make the copy. By default I believe it uses the SQL Server service account. If you haven't set a proxy, and are using...
March 2, 2010 at 7:13 am
Sounds like you are looking for help with homework/tests/interviews.
There are many articles and documentation written on this subject. As a short answer, why don't you start reading and then ask...
March 2, 2010 at 7:10 am
You can use the auto_fix option - http://technet.microsoft.com/en-us/library/ms174378.aspx
Or write a script based on the output of step 1 to execute things for you.
March 2, 2010 at 7:05 am
Viewing 15 posts - 20,566 through 20,580 (of 39,834 total)