Viewing 15 posts - 1,816 through 1,830 (of 2,355 total)
Monitoring is kind of standard for most companies that provide this type of service. What would be good to focus on is the specifics of what they are monitoring,...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 29, 2016 at 8:58 am
Take a look at these folks
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 28, 2016 at 8:52 am
TomThomson (3/23/2016)
David.Poole (3/21/2016)
I'm extremely wary of LinkedIn endorsements. I've been endorsed by people I've never heard of for skills I didn't know I had.
Me too. I have endorsements...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 23, 2016 at 10:58 am
rcooper 78099 (3/23/2016)
It has a parametier called "FundId" which is not linking to the
rest of the report it displays it...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 23, 2016 at 10:41 am
rcooper 78099 (3/23/2016)
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 23, 2016 at 10:04 am
True story.
We were desperate to do some hiring. We received hundreds of resumes. 8 of us were sitting around the conference table passing the resumes in...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 23, 2016 at 8:54 am
Also, this code will probably not do what you think it it should be doing.
Where
pc.accountnbr Not In ('Null', '') And
pc.checknbr Not In ('Null', '') And
...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 23, 2016 at 8:47 am
rcooper 78099 (3/22/2016)
Incorrect syntax near the keyword 'join'.
Michael L John (3/22/2016)
Select
pc.accountnbr 'account number',
qf.description 'Fund Name',
pc.checknbr 'Check Number',
p.fullname 'Pay Provider',
...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 22, 2016 at 3:09 pm
Select
pc.accountnbr 'account number',
qf.description 'Fund Name',
pc.checknbr 'Check Number',
p.fullname 'Pay Provider',
pc.amountpaid 'Amount Paid',
replace (pc.paydiscount,'-',''),
pc.advanceapplied 'Advance',
pc.checkamt 'Check AMT',
pc.checkprintdate As StartD,
pc.checkprintdate As EndD
from
paycheck...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 22, 2016 at 2:59 pm
Declare @var varchar(3)
SET @var = '22'
SET @QRY ='exec dbo.sp_policeTest' + @var
Don't you need space after the sp_policeTest"
SET @QRY ='exec dbo.sp_policeTest' + @var
@Qry is "EXEC dbo.sp_policeTest22"
SET @QRY ='exec dbo.sp_policeTest ' +...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 17, 2016 at 2:21 pm
Currently we have Skype for Business, Slack, Yammer, and email. Not to mention the ticket tracking system.
it certainly can, and does significantly at times, detract from productivity....
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 9, 2016 at 2:37 pm
Is this failing through SSMS or an application?
It sounds as if the credentials being used to run the the application have been denied access to this schema.
Try...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 9, 2016 at 12:42 pm
It's probably not a good idea to create a permanent table in tempdb. This table will not be there the next time the server re-boots.
If you are creating...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 9, 2016 at 12:23 pm
Do you want to move space on a volume, or do you want to move the database from one drive to another?
If you want to move space on a volume,...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 9, 2016 at 12:12 pm
Ed Wagner (3/8/2016)
Sean Lange (3/8/2016)
Ed Wagner (3/8/2016)
Michael L John (3/8/2016)
Ed Wagner (3/7/2016)
jasona.work (3/7/2016)
https://blogs.microsoft.com/blog/2016/03/07/announcing-sql-server-on-linux/
To paraphrase a bit:
Dr. Peter Venkman: This...
Michael L John
If you assassinate a DBA, would you pull a trigger?
To properly post on a forum:
http://www.sqlservercentral.com/articles/61537/
March 8, 2016 at 7:58 am
Viewing 15 posts - 1,816 through 1,830 (of 2,355 total)