Viewing 15 posts - 2,671 through 2,685 (of 2,840 total)
Thanks Gregory for the positive feedback. Unfortunately I do not have hard numbers to match what I have said. The main reason is that the profiler does not show any...
-Roy
March 10, 2008 at 8:09 am
Hi Drew,
Thats an interesting question. I am not sure I know the answer to that without testing for it. I have never been able to test for it since we...
-Roy
March 10, 2008 at 7:38 am
Hi Drew,
Yes, there will be a performance hit in certain scenarios. Let us say the schema qualifier is DBO (Owner) and you are executing the stored proc as the user...
-Roy
March 10, 2008 at 6:40 am
Thanks Jack. I am glad you found that it explains the point I am trying to make.
-Roy
March 10, 2008 at 6:21 am
Thanks for reading the article. When you use sp without an underscore, there are no issues. This happens only when it is sp_. The basic reason is because the system...
-Roy
March 10, 2008 at 6:20 am
I got the review all right. As per management, I am an excellent worker. I have been promoted from Junior DBA to Senior DBA, but the pay is no were...
-Roy
March 7, 2008 at 8:53 am
Grant Fritchey (3/7/2008)
Good Job Brandie. I couldn't agree more.
Enjoying the work allows you to bring passion to the job. That passion will translate to...
-Roy
March 7, 2008 at 8:28 am
You can run it every night but it does not have to be Dynamic SQL. Why complicate your life when you can do it without. You know the name of...
-Roy
March 6, 2008 at 12:54 pm
Do your basics right, and try to follow a standard the first time itself. That is going to help you a long way when writing any code, whether it is...
-Roy
March 6, 2008 at 6:27 am
lol, thats a good one. I have it on our DBA Cubicle...:D
-Roy
March 4, 2008 at 9:26 am
Thats a pretty big topic to discuss like that. One of the most interesting thing I noted is the two Snapshots that has been introduced. “SnapShot Isolation” (SI) and “Read...
-Roy
March 4, 2008 at 6:21 am
You should be good as long as you have created the dependent object at a later point of the script. It will associate itself if the object is there.
-Roy
March 4, 2008 at 6:14 am
This is interesting. You guys and ladies have the most knowledge in SQL (In ALL areas) and you are trying to show how much you dont know. Should others start...
-Roy
March 3, 2008 at 1:04 pm
Jeff Moden (3/3/2008)
I'm curious... why would you use UNION ALL or OR on such a thing?
I believe the person wants to do the query based on the year and month....
-Roy
March 3, 2008 at 11:11 am
Did you try logging on to the SQL Server using the Login you just created? I think you will be able to log in. It is just that the management...
-Roy
March 3, 2008 at 11:05 am
Viewing 15 posts - 2,671 through 2,685 (of 2,840 total)