Viewing 15 posts - 3,136 through 3,150 (of 39,818 total)
There is fn_listextendedproperty - https://docs.microsoft.com/en-us/sql/relational-databases/system-functions/sys-fn-listextendedproperty-transact-sql?view=sql-server-ver15
January 9, 2020 at 9:56 pm
Good luck with that. Not sure third party tools make this better, but you're welcome to eval SQL Backup from Redgate if it might help
January 9, 2020 at 9:53 pm
If you don't have sensitive data in production, that does make things easier, but as data sets grow, there is a lack of agility in dev environments if you are...
January 9, 2020 at 3:07 pm
You can't store binary data in an int column. If you hacked the db, you'd have 4 bytes, but whatever you put in there would be interpreted as a number.
AE...
January 9, 2020 at 3:32 am
The underlying storage is binary. If you don't have the certificate on your machine, the result set will contain binary data inside of the that result set for those encrypted...
January 8, 2020 at 10:00 pm
That's just the internal implementation of AE. The idea here is to not have to change your app, which might be expecting an int. I believe the metadata knows this...
January 8, 2020 at 6:26 pm
People often confuse the window and analytical functions, which is what I would have asked. Often the code might need to be pre-2012, so using the OVER() with windowing functions...
January 8, 2020 at 6:25 pm
Apologies. That is poor verbiage. I want to omit these from the result set. I'll change that.
January 8, 2020 at 3:47 pm
DevOps doesn't remove the need for QA functions. It might say that we blend that into the development team, but there is still the need for testing. Most DevOps shops...
January 8, 2020 at 3:46 pm
No need to apologize, but the "up to date" doesn't fix this. You need a trace flag, which is part of what you would need to know. This isn't fixed,...
January 8, 2020 at 3:42 pm
Still haven't seen Star Wars. Was disappointed in 7, 8 was better. Need to go see the last one with my kid. Finding time is the hard part now.
January 7, 2020 at 6:59 pm
I just asked someone else in this thread:
What would be a good way to get presenters to record their presentation the day before they gave it?
As practice? Or to...
January 7, 2020 at 6:58 pm
Good article, Steve. At first I thought it would be much the same as I see everywhere, at this time of the year. However, you brought up two important...
January 7, 2020 at 6:57 pm
At first, I read this as Steve saying (in a general way) "...write articles to help get jobs...", but on reflection I now see it as "...use the written...
January 7, 2020 at 5:23 pm
I've had two jobs as a direct result of writing for SQLServerCentral and a number of opportunities.
Congrats, and glad we helped you.
January 7, 2020 at 5:22 pm
Viewing 15 posts - 3,136 through 3,150 (of 39,818 total)