Viewing 15 posts - 931 through 945 (of 7,472 total)
Today I received 2 new false notifications:
A user you are following, "Sue_H", has posted new content
A user you are following, "SQLDCH", has posted new content:
October 4, 2017 at 12:40 am
did you check the ( FREE ) Powershell solution dbatools provides which can copy the logins ? ( and a bunch of other SQLServer relatied management features ! )
September 22, 2017 at 5:32 am
I dislike linked servers (because of its unstable behaviour by nature )
Why aren't you considering a (scheduled or evan ad-hoc launch) SSIS package ?
September 22, 2017 at 3:39 am
As far as I know, I haven't subscribed to the topics ( the mail states I follow the users. topics emails state "topic" )
Today I received 2 mails...
September 21, 2017 at 3:38 am
September 21, 2017 at 1:08 am
apparently it is getting worse 😉
September 21, 2017 at 1:03 am
Did you test and compare both queries execution plans?
In general, I prefer using JOIN ( and only switch to alternatives when proven way better for that given solution...
September 18, 2017 at 3:11 am
does the sql server service account have write access to the given path?
September 15, 2017 at 1:00 am
September 15, 2017 at 12:57 am
as my devs often say: 'the server must have had a hiccup' 😉
Let's hope SSC gets this fixed.
September 14, 2017 at 2:46 am
have you tried adding :and ( ( b.balance > 10
OR b.balance < 0 )
and e.eligibility in ('F', 'R') )
September 14, 2017 at 1:45 am
First of all: keep calm
- What's registered in the SQLServer errorlog file ?
September 12, 2017 at 1:02 am
That info is to be found in msdb!
/*
Backup overview for current database
*/
Declare @BU_DbName sysname
Set @BU_DbName = db_name()
select ...
September 8, 2017 at 2:56 am
No input parameters have been defined for the itvf because of dynamic "where clauses needs" by the dev team
(otherwise I would have transformed it into a stored procedure in...
September 8, 2017 at 2:36 am
Viewing 15 posts - 931 through 945 (of 7,472 total)