Viewing 15 posts - 931 through 945 (of 7,466 total)
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
September 7, 2017 at 1:16 am
ChrisM@Work - Wednesday, September 6, 2017 9:05 AM
The results:
SQL Server parse and compile time:
CPU time = 0 ms, elapsed time =...
September 7, 2017 at 1:14 am
Viewing 15 posts - 931 through 945 (of 7,466 total)