Viewing 15 posts - 301 through 315 (of 1,999 total)
first thoughts - DO NOT CLICK ON THE LINK
February 11, 2020 at 1:28 pm
You could create a table (b_tree) to store your numeric data in a single column. Then assign additional columns based on common attributes of the numbers.
column1: your numbers
column2: applies...
February 11, 2020 at 1:16 pm
Anthony is 100% correct - if you are sysadmin then you can just ignore the proc and go and do anything you want.
the proc is a waste of time unless...
February 11, 2020 at 12:14 pm
if you use a SP for shrinking , but your DBA group have sysadmin then they can still run DBCC shrinkfile.
maybe education is the way forward
February 11, 2020 at 11:12 am
have you considered just reducing permissions?
February 11, 2020 at 10:44 am
I'm not sure if this is possible
you might be able to use a database trigger, but I've not seen it done before
not even sure that altering a file size is...
February 11, 2020 at 10:40 am
My prediction is that for the first five years or so, the software driving driver-less cars will play it safe and come to a complete stop when confronted with...
February 11, 2020 at 9:02 am
i'm going to try all the suggestions and see what works (when my hands get warm it's still snowing here)
February 11, 2020 at 8:52 am
Hahaha, had an upgrade weekend myself. Things went fairly smoothly, other than timing being WAY off from estimated and me validating tables in the back of a bowling alley...
February 11, 2020 at 8:48 am
http://assets.red-gate.com/community/books/troubleshooting-sql-server-accidental-dba.pdf
Legitimate question, this book was written for 2008 and 2008 R2, how much of the information in there is still relevant, even in the introduction to the book...
February 10, 2020 at 4:10 pm
Hopefully the same executives and software engineers responsible for hacking emissions tests won't be relied upon to program ethics for self driving cars.
would that be a company that labels...
February 10, 2020 at 2:54 pm
yeah - data splits on 1000 potential fields, bad use of loops or functions. at least with a TVP you can just do an inner join on syscolumns before you...
February 10, 2020 at 1:53 pm
and don't ask why we want to choose the columns in sql - I suggested doing a "select as many as you need" and use a show/hide property in the...
February 10, 2020 at 1:37 pm
going back to the original topic - are the questions getting stupider
i got asked if this represents a sql injection risk 🙁
It honestly terrifies me how...
February 10, 2020 at 1:32 pm
going back to the original topic - are the questions getting stupider
i got asked if this represents a sql injection risk 🙁
shall we ask if bob can...
February 10, 2020 at 12:35 pm
Viewing 15 posts - 301 through 315 (of 1,999 total)