Viewing 15 posts - 346 through 360 (of 514 total)
What are you using to get the dropdown? How long will you keep that database? Depending on what you are trying to accomplish T-SQL may not be where you want...
September 17, 2007 at 6:23 am
Someone didn't really do that
I liked the calls... I just ran an update on production, but forgot, or had the where clause commented...
September 17, 2007 at 6:16 am
As for dynamic where (if you must). I personally would suggest doing this with dynamic sql and sp_executeSQL with parameters for those fields that you end up supplying.
At the...
September 17, 2007 at 5:53 am
First of all, I don't believe you have posted any of the details about how many rows are in any of you table, or about the users. Just that you...
September 17, 2007 at 5:48 am
where did you read this?
This sounds like SSH documentation. Or some sort of security documentation. This is talking about a "public key" something that you can give to anyone...
September 14, 2007 at 6:18 pm
Would I be wrong in assuming that you put the model database on a network drive? And more than that the tempdb too? I think that is your issue.
September 14, 2007 at 6:16 pm
Haven't heard the issue, but did you also apply the patch to the Management Studio system? (I am assuming they are not one in the same)
September 14, 2007 at 6:11 pm
Personally I am not a fan of putting anything other than the OS on the C: Drive of a server.
September 14, 2007 at 6:08 pm
Can you submit the DDL for the table, and the DML for the insert? Might give a clue where the issue lies.
September 14, 2007 at 6:05 pm
Can you post the statement? I have a feeling that there is a cross join. If you are saying that you should be only updating 28 of the 28M records,...
September 14, 2007 at 6:00 pm
I think the decision has more to do with your SLA than it does with necessity. There is always the possibility that one company could impact the whole system. If...
September 14, 2007 at 5:58 pm
I tested it (and couldn't find any issues), but still chose not to use the in place upgrade. I was just not comfortable with not being able to QUICKLY cut...
September 14, 2007 at 5:53 pm
Have you checked the System Logs? Perhaps the system is re-starting for some reason. Also what about the service itself, did someone add some options to start it in single...
September 14, 2007 at 5:50 pm
Uninstall/re-install will not remove the files, but that doesn't prevent someone from just deleting the directory. Even with a small shop, you should setup some sort of backup process. What...
September 14, 2007 at 5:47 pm
I didn't test it, but I believe it will work. This should prevent those operations from the view, but will still allow them if they access the...
September 14, 2007 at 11:12 am
Viewing 15 posts - 346 through 360 (of 514 total)