Viewing 15 posts - 481 through 495 (of 984 total)
rodjkidd (10/19/2016)
October 19, 2016 at 2:28 am
Grant Fritchey (10/18/2016)
October 19, 2016 at 2:04 am
Sergiy (10/17/2016)
deekadelic (10/17/2016)
use MainReport
select object_name(m.object_id), m.*
from sys.sql_modules m
where m.definition like N'%ImportJobRevenue%'
to find all references to the proc...
October 18, 2016 at 2:37 am
djj (10/14/2016)
Lynn Pettis (10/14/2016)
Kaye Cahs (10/14/2016)
djj (10/14/2016)
Grumpy DBA (10/14/2016)
djj (10/14/2016)
crookj (10/13/2016)
BangDrum
Slowly (anyone get this reference?)
Book
Worm
Fish
Fry
Day
October 14, 2016 at 9:48 am
Grant Fritchey (10/12/2016)
jasona.work (10/12/2016)
Grant Fritchey (10/12/2016)
October 12, 2016 at 8:02 am
Marcia J (10/11/2016)
I work from home, so my 'commute' is from one room to another. On the way, I'm mostly thinking about coffee or tea.
Oh, I miss those days...
October 12, 2016 at 2:52 am
jasona.work (10/11/2016)
He's trying to eyeball it while his co-worker adjusts the sign...
October 11, 2016 at 10:41 am
umailedit (10/8/2016)
You could implement a stackexchange type qa site, instead of or in addition to a forum. A qa site will restrict duplicate questions unlike forums.
Such as the one...
October 10, 2016 at 3:31 am
Gary Varga (10/3/2016)
...are we leading to a future where the criminal element move into digital protection rackets? ...
"Nice website. Shame if anything were to...happen...to it..." :Whistling:
October 3, 2016 at 2:54 am
BLOB_EATER (9/30/2016)
I'm super pumped at the moment 1 of my tutorials on Azure DWH will be moving over to the Microsoft website-wiki. :w00t:
Whoah, congratulations! :Wow:
September 30, 2016 at 8:58 am
I remember working in one place where the fire alarm going off would cause server room doors to lock - reasonable, in a way, as you don't want people wandering...
September 29, 2016 at 2:09 am
State = 1 is the state reported back to / by the client app.
What does the server log say the State is for that error? That's the useful one.
September 28, 2016 at 7:05 am
Quick answer: concatenate strings using XML path.
Full answer with script: Only if you provide scripts to create the source data table with data...
September 28, 2016 at 6:52 am
I seriously recommend raising this as a new question in the SQL 2014 section of this site. And please provide the full error codes (including the state), as this...
September 28, 2016 at 4:10 am
I tried doing the old updateable view thing, but that wouldn't work because of a union in the view definition...
Here's a suggestion...
You'll need to create a temporary table (or table...
September 27, 2016 at 5:55 am
Viewing 15 posts - 481 through 495 (of 984 total)