Viewing 12 posts - 1 through 13 (of 13 total)
*= or
=*
Have been depricated since SQL 2005? long time ago ....
They were part of MS dialect of T-SQL, not compliant with Standard, so they had to go
MCSE Data Platform; BI
MCITP Database Developer; BI
December 17, 2015 at 12:36 am
Only when the 'QUOTED_IDENTIFIER' is set as 'ON', can this query run successfully, otherwise, it will fail
MCSE Data Platform; BI
MCITP Database Developer; BI
November 30, 2015 at 11:04 pm
According to the txt you posted, mytext with myid =3 meets the predicate of the WHERE clause.
MCSE Data Platform; BI
MCITP Database Developer; BI
October 16, 2015 at 12:15 am
Log back is sequential operations eg one statement at the time.....
Whereas Diff backup is at data page level, so the later is faster than the former for the same...
MCSE Data Platform; BI
MCITP Database Developer; BI
September 30, 2015 at 2:16 am
I agree, tail log back is the very first step to take right after the DB crashing, but ONLY IF the log file was still intact.... ie the disk for...
MCSE Data Platform; BI
MCITP Database Developer; BI
September 30, 2015 at 12:29 am
Theoretically you can use all the log backs after the full backup. But use Diff backup is far more efficient than using a series of log backups.
After all, that's...
MCSE Data Platform; BI
MCITP Database Developer; BI
September 30, 2015 at 12:24 am
In a DB connection string, you can use an ALIEN name for an instance. DNS can resolve it in the domain.... ie the actual server name can be different, sa...
MCSE Data Platform; BI
MCITP Database Developer; BI
September 28, 2015 at 3:20 am
Can you add an alien name as 'NASales' to the existing
instance 'USSales' to achieve the same thing??
ie users will see instance as 'Sales0\USSales', but it points to the original...
MCSE Data Platform; BI
MCITP Database Developer; BI
September 28, 2015 at 2:14 am
Nice digging deep into the root cause & thanks for sharing useful info.
Useroptions DB settings tend to be overlooked some times when optimising code....
MCSE Data Platform; BI
MCITP Database Developer; BI
August 26, 2015 at 6:38 am
sp_helpdb
Restore filelistonly
Restore/backup database
Set statistics io/time on
sp_whoisactive
MCSE Data Platform; BI
MCITP Database Developer; BI
August 22, 2015 at 12:10 am
A columnstore index can be for disk-based tables as well, not just for in-memory table ONLY.
MCSE Data Platform; BI
MCITP Database Developer; BI
August 13, 2015 at 12:25 am
According to your option list, the 'Modify File' is in Query 3, not 2. So the correct answer is 3.
MCSE Data Platform; BI
MCITP Database Developer; BI
August 3, 2015 at 5:49 pm
Viewing 12 posts - 1 through 13 (of 13 total)