Viewing 15 posts - 736 through 750 (of 1,999 total)
an ex colleague of mine used to turn up in knee length shorts, Hawaiian shirt, flip flops and a lot of "bling" -
the directors put out an email about dress...
October 31, 2019 at 1:32 pm
I had to teach a bunch of R developers how to get data from CSV (actually ~ delimeted) how to use the import/export wizard.. and saving to a SSIS package...
October 31, 2019 at 11:46 am
ps - urban dictionary of time vampire
A person who finds creative ways to needlessly waste his/her friends time. Normally done during working hours, and involves elaborate, tedious and often ambiguous...
October 31, 2019 at 11:01 am
My project manager is a "time vampire" - I seem to be doctor who and do tricks with making time go backwards - but I think they call me "Dr...
October 31, 2019 at 10:59 am
SSIS is not as bad as people make out, purely because people don't know how to use it. I think DTS was better (but im an old guy) -
October 31, 2019 at 10:55 am
Table triggers will kill your performance and are generally frowned upon. If your database is small and your users are few it won't matter, but this isn't a scalable...
October 30, 2019 at 5:10 pm
We maintain "TableName_deleted" tables for our data tables, each of which is the same structure as the data table it reflects (except for no key fields), plus one field...
October 30, 2019 at 4:54 pm
pretty much the first google hit
https://www.mssqltips.com/sqlservertip/2552/creating-an-ssrs-map-report-with-data-pinpoints/
October 30, 2019 at 2:59 pm
Granted, restoring a backup to a live database after a deploy with issues is risky at best and virtually impossible in most cases. Typically we just move forward because...
October 30, 2019 at 2:33 pm
SQL uses statistics to check ordinality and cardinality of a table to figure out which index to use or which query plan to use.
if your data changes in volume in...
October 30, 2019 at 9:12 am
I think jeff might be onto something - as soon as I started reading his message I had the words "parameter sniffing" popping up
index hints is also a valid tool...
October 30, 2019 at 9:01 am
We use synonyms a lot between databases so we can keep the general functionality separate and give us lines of demarcation for all sorts of things including the isolation...
October 30, 2019 at 8:52 am
best of luck - if you have the chance, try both methods, ignore us all and go with the one that best suits you
October 30, 2019 at 8:40 am
I'm now curious as to the original poster's opinion - thankfully no-one has posted "mirror with snapshot" or "log shipping"
October 29, 2019 at 4:43 pm
First, if your developers have the ability to delete data from a production database, it's not a production database, it's a development database. There's no excuse for letting developers...
October 29, 2019 at 3:56 pm
Viewing 15 posts - 736 through 750 (of 1,999 total)