Viewing 15 posts - 2,596 through 2,610 (of 2,840 total)
I havent seen much scan. I saw that the performance was pretty good for it. The main reason I came up with the idea was because the developers were...
-Roy
September 10, 2008 at 8:30 am
I always write an upsert statement if it is based on primary key. Blindly update the table with new values (Primary key is the Where Clause). If Rowcount is 0...
-Roy
September 10, 2008 at 8:23 am
It should not be a problem... If they ask you to change it, it would only mean one thing. Their app does not work well with 2005. They must have...
-Roy
September 10, 2008 at 8:19 am
Is this stored proc Called from a Web site? I did not understand your question. If so, You can look in the IIS log to see who called that report...
-Roy
September 9, 2008 at 9:08 am
We use Surround to keep all the Objects from the DB in source control. We also make sure that we add scripts to any manual Data Change for tracking.
-Roy
September 9, 2008 at 9:00 am
You can use the profiler to identify. You just have to add the Hostname to you list of columns to be displayed. You can also just specify a condition to...
-Roy
September 9, 2008 at 8:50 am
It does make sense from DBA's point of view. It is the Network Admins point of view that I am thinking.. 🙂
I know that the network admins will freak...
-Roy
September 3, 2008 at 1:27 pm
I am not a big fan of SAN. We had our prodiction set up with Clustering (Ofcourse SAN as well) . Everything was redundant and there is one point where...
-Roy
September 3, 2008 at 1:25 pm
Brian,
Before you had only two passwords to forget. Now you are adding 80 more service accounts passwords to forget. Dont you think it is counter productive? Yea, you can secure...
-Roy
September 3, 2008 at 1:09 pm
Try this.
Select [Text] from syscomments where [Text] like '%spInsert%'
You will get teh whole body of the SP. If you want just the name, then link the Object ID to get...
-Roy
September 3, 2008 at 12:54 pm
Thats a tough one to look at. It can come in from text box, It can be in teh URL Strings. So there are way too many ways an SQL...
-Roy
September 3, 2008 at 12:27 pm
I have a freind by the name of Bill Wonder (MVP for 3 yrs) who set up SQLH2 in one of our servers. This one would collect traces from all...
-Roy
September 3, 2008 at 11:39 am
If I am not mistaken, you just need to give execute permission for the stored proc. I dont think you need to give Sys previleges.
-Roy
September 3, 2008 at 11:24 am
It all depends on how busy your DB Server is. If it is a high transaction based Server, then I would recommend a transaction log back up with a 10...
-Roy
September 3, 2008 at 10:27 am
Viewing 15 posts - 2,596 through 2,610 (of 2,840 total)