Viewing 15 posts - 1,546 through 1,560 (of 5,394 total)
I don't see any reason why it should hang, sorry.
Have you tried dropping the trigger?
June 20, 2012 at 6:03 am
The only possible solution I see here is to create a CLR wrapper procedure that captures the output of the original stored procedure and then returns the resultsets one by...
June 20, 2012 at 4:50 am
I don't think it can be done using a SET command. Showing or hiding column headers is something that happens on the client side, not at the server side.
You...
June 20, 2012 at 2:17 am
WayneS (6/18/2012)
Me, your humble dba, from out of the blue, happened...
June 19, 2012 at 1:38 am
If you add a clustered index to a heap table, all nonclustered index get rebuilt to change the row locator from RID to clustering key.
Hope this helps
Gianluca
June 12, 2012 at 3:28 am
Seems to be a provider specific error.
I'm afraid I can't offer more help on this subject. Which provider are you using?
June 11, 2012 at 2:28 pm
F0311Z1 in JDIDPSSC not valid for operation
This suggests the target table is not writable.
I would check:
1) permissions
2) journaling (check this with your DB2 DBA)
3) isolation level (you usually set this...
June 8, 2012 at 4:20 am
Can you please post your question with some additional information?
You can read this quick article on how to post a question effectively[/url].
June 8, 2012 at 3:41 am
mattech06 (6/8/2012)
Hi there,I'm getting incorrect syntax on line 3 (the first insert line)
cheers
I guess you're on SQL Server 2005 then.
Change the INSERT statement into this:
INSERT INTO @SchDetail VALUES (1,1,'2012-06-09',0); --should...
June 8, 2012 at 3:38 am
You'll need the oracle client. You can find it here.
June 7, 2012 at 3:43 pm
I hate to say it, but social fluff works.
I got my latest job via Twitter. Sounds impossible, but it is so.
June 7, 2012 at 7:24 am
I don't understand your requirements completely.
What should be within 14 days? Start dates? Start dates and end dates?
Can you clarify please?
For those interested in answering this question, here's sample data...
June 7, 2012 at 6:45 am
Don't put the description of your issue in the subject, it gets truncated.
For those willing to help, this is the text hidden in the subject:
please any one help me, for...
June 7, 2012 at 4:17 am
IgorMi (6/7/2012)
I think cursors are ok here.
Sorry to disagree.
June 7, 2012 at 3:15 am
jansub07 (6/7/2012)
locations means different drives but same physical disk like c:\-MDF, D:\-LDF...How the performance exhibit difference..
Same disk = no performance gain.
June 7, 2012 at 2:52 am
Viewing 15 posts - 1,546 through 1,560 (of 5,394 total)