Viewing 15 posts - 1 through 15 (of 15 total)
unfortunately using defaults on table is not an option here. company policy.
January 4, 2008 at 11:08 am
all numeric characters prior to the first blank character
August 22, 2007 at 10:07 am
Actually in my case I need to select street number from a address string, which means if the string is '1234 dummy789 road', I only want to get '1234', not...
August 22, 2007 at 10:01 am
If there any other techniques to minimize the table lock?
do you think I should add updlock too? WITH(UPDLOCK, ROWLOCK)
November 6, 2006 at 2:14 pm
So adding WITH (ROWLOCK) to INSERT and UPDATE will tell SQL Server not to lock the whole table?
I read http://support.microsoft.com/kb/323630 and it said SQL...
November 6, 2006 at 2:03 pm
I will post the query in a short time. One thing I need to mention is if we reboot the db server, the same query runs about 0.01 seconds, but...
August 30, 2006 at 9:47 am
How to speed up the query, does that mean I don't have enough memory?
August 30, 2006 at 9:39 am
Friends,
I have modified the script as follows, it works fine, the only problem is the result returns in batch like this:
rep1 rep2
1 100.0
2 200.0
...
rep1 rep2
1001 100.0
1002 100.0
...
But I want the result to...
August 21, 2006 at 11:52 am
"And why do you want all of the rows?" It is a business requirement, this resultset will be feeded to some other program.
August 21, 2006 at 8:58 am
tab1 has about 1 milllion rows, tab2 has about 5 million rows. The idea is not locking these two tables one time for 5 minutes, instead, hopefully, multiple times, but...
August 21, 2006 at 8:55 am
Mark,
Thanks for your reply. I think the sp_add_alert statement itself it fine because I just used sp_user_counters1 to set the user settable counter 1 to a number 103 and then I change...
June 8, 2006 at 9:37 am
Another thing I want to mention is if I highlight that line, I saw the following two words:
Table lock
June 7, 2006 at 1:02 pm
Can anyone answer this question? Sorry but it is very urgent, because of license problem, I can't install the tool itself on a PC. I am waiting online. Thanks a...
September 19, 2003 at 3:22 pm
OK, here are what I found out.
1. Even I choose the remote server as the "default server" in the Tools -> Options, it still doesn't work.
2. I tried to pick...
September 19, 2003 at 3:02 pm
Correct me if you think I did something wrong here:
1. In the menu, go File -> New -> Trace...
2. The "Trace Properties" windows appears, clicke "General" tag page.
3. In the...
September 19, 2003 at 2:44 pm
Viewing 15 posts - 1 through 15 (of 15 total)