Viewing 15 posts - 5,026 through 5,040 (of 6,023 total)
Instead of calling the job explicitly, you could have a job that runs every five minutes or so, polls a table to see if any works needs to be done,...
October 29, 2012 at 9:10 am
In addition to expressions, you can reference user defined functions or non-deterministic functions for a column default.
However, a default can't reference other columns in the table, you would need...
October 29, 2012 at 8:28 am
rf44 (10/25/2012)
Eric M Russell (10/25/2012)
rf44 (10/25/2012)
Msg 102, Level 15, State 1, Line 18
Incorrect syntax near '.'.
Line 18 is:
CROSS...
October 26, 2012 at 7:31 am
rf44 (10/25/2012)
Msg 102, Level 15, State 1, Line 18
Incorrect syntax near '.'.
Line 18 is:
CROSS APPLY sys.dm_exec_sql_text(a.sql_handle) as b...
October 25, 2012 at 2:32 pm
nevhancock (10/25/2012)
October 25, 2012 at 1:38 pm
gregory.anderson (10/25/2012)
What does the "query text" have to do with the stored procedure, and why is it so different between different runs?
The DMV dm_exec_query_stats returns cached query plans, and in...
October 25, 2012 at 7:56 am
opc.three (10/23/2012)
Eric M Russell (10/23/2012)
October 23, 2012 at 3:26 pm
Instead of separate denormalized columns, I'd rather contain user defined attributes in an XML column, preferably in a seperate extended type table. In the example below, each extended type (regular,...
October 23, 2012 at 10:52 am
Fraggle-805517 (10/19/2012)
Now, I don't know if this is really called parsing or replacing or something completely, different, but I have a hard time believing that someone hasn't done this before....
October 23, 2012 at 7:11 am
CptCrusty1 (10/19/2012)
Absolutely she did... she rolled her eyes as dramatically as possible at the answers to her questions in that area.
Alas... She took a different offer. ...
October 19, 2012 at 7:42 am
CptCrusty1 (10/18/2012)
Ok... We interviewed 2 candidates that seemed to have plenty of exp. C1 had 17 years of verifiable exp, checked his references, etc. Candidate 2 had FIVE...
October 18, 2012 at 9:50 am
SQLRNNR (10/17/2012)
October 17, 2012 at 10:13 am
Sqlsavy (10/15/2012)
We've a small database (1 GB) and SQL 2005 server is clustered one. Now Business is forecasting that database will be accessed by million users by early...
October 17, 2012 at 8:53 am
Viewing 15 posts - 5,026 through 5,040 (of 6,023 total)