Viewing 15 posts - 16 through 30 (of 42 total)
You saved my life! lol
The only thing missing was the 'T' between the date and the time, everything works perfectly!
Thanks a lot!
January 29, 2010 at 11:29 am
1 : You're confirming what I thought, I dropped that idea, will never work.
2 : Well I went with the idea that if I can do something like this it...
January 7, 2010 at 11:04 am
lmu92 (1/7/2010)
Your examle is only using data from a column. There is nothing indicating any relationship between node_a and localname, meaning: How do you...
January 7, 2010 at 10:41 am
Or a way to populate a temp table with the XML and build a dynamic SQL update statement from the temp table...
January 7, 2010 at 10:32 am
What values did you use? I got the same problem and can't seem to find what should go in those two fields.
Average CPU usage falls below : ( x )...
May 25, 2009 at 7:01 am
Thanks, I'll try it tonight. I don't know much about the SQL system tables, is there a way I can find deadlocks and kill them?
May 21, 2009 at 1:52 pm
nekonecny (5/21/2009)
May 21, 2009 at 9:09 am
Found the link : http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/SQL-Server-2005/Q_22542188.html
Which seems to be very similar :
SQL Server is cutting off client connections intermittently and I'm having a hard time figuring out why....
May 20, 2009 at 11:41 am
The situation is this : the problem persisted for several days, one week to be +/- exact... and now everything's back to normal, why? Didn't find out yet...
When I go...
May 20, 2009 at 11:31 am
DBCC results for 'TBL72VTESINPUT'.
There are 1276304 rows in 50618 pages for object "TBL72VTESINPUT".
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
So it seems the table is not...
May 14, 2009 at 12:50 pm
It gives me "Command(s) completed successfully.", nothing else.
Does that mean the database is not corrupted? Or that there is something I don't see right now on my screen?
May 14, 2009 at 12:05 pm
FelixG (5/14/2009)
Could you post the error raised when trying to insert data??
Just the pop-up : "ODBC Error on tblSales"
I'm running the DBCC, I'll post the results as soon as possible.
May 14, 2009 at 11:48 am
Well, I don't think tables change structure everyday, but there's at least a new table every week.
The primary goal is to get the same structure without all the data because...
April 17, 2009 at 8:48 am
Gabriel P (4/14/2009)
You probably already know this, but make sure you can't achieve the same functionality with a check constraint - as that would function like a true "before" trigger.
Didn't...
April 15, 2009 at 6:18 am
SELECT BON, TXND, SUM(1) AS CNT
FROM TBL_TEST
GROUP BY BON, TXND
That should do the trick.
Values in the table :
BON...
April 9, 2009 at 2:12 pm
Viewing 15 posts - 16 through 30 (of 42 total)