Viewing 15 posts - 721 through 735 (of 26,487 total)
November 2, 2018 at 4:27 pm
I guess I am still stuck on why the devs and QA need to test on the most current data possible. What is wrong with testing on day old or...
November 2, 2018 at 2:32 pm
Hey league, a heads up,...
November 2, 2018 at 1:47 pm
Any large data imports, data updates or deletes occur? The transaction log is still used when a database uses the SIMPLE recovery model.
November 2, 2018 at 10:45 am
November 2, 2018 at 10:32 am
select sys.objects.name as 'table',
sys.indexes.name as 'index',
status = case...
November 2, 2018 at 10:28 am
Maybe I missed it in the article, I have read through it twice, on the CSV code why are you using the Latin1_General_BIN collation?
November 2, 2018 at 7:52 am
So let me get this straight, you are basically giving the developers and testers direct access to the production system via linked server. You do realize that this could have...
November 2, 2018 at 7:10 am
November 1, 2018 at 3:01 pm
I have been having trouble finding anything on google because I'm not sure...
November 1, 2018 at 12:15 pm
Prestige Worldwide needs to bench their benched quarterback and they have a WR on a bye this week.
November 1, 2018 at 12:11 pm
And why not just use constraints to prevent entering invalid data such as nulls or blanks?
November 1, 2018 at 12:08 pm
Kindly assist
DECLARE @query NVARCHAR(MAX);
SET @query = N'DECLARE @specsAndModel TABLE ( specName...
November 1, 2018 at 11:23 am
WHEN a.[Person Email] IS NULL AND a.[person name] IS...
November 1, 2018 at 9:39 am
Viewing 15 posts - 721 through 735 (of 26,487 total)