Viewing 15 posts - 6,286 through 6,300 (of 59,070 total)
To give a user the ability to execute a stored procedure (EXECUTE AS) I must first grant him the ability to impersonate the 'sa'.
(that procedure creates new login and...
September 30, 2020 at 4:06 pm
Sorry about the previous post... I had an extra "60" in it instead of a 100.
Anyway, using the integer math suggestion and the test table setup that Phil posted along...
September 30, 2020 at 3:59 pm
Sorry... Dropped the post... I'll be back...
September 30, 2020 at 3:39 pm
Do you have a DBA review process that occurs sometime before testing? I can't speak for anyone else and probably have a different experience but, unless you have a DBA...
September 29, 2020 at 6:58 pm
All you need is to convert normal numerical sequence to desired codes.
Something like this:
declare @a tinyint, @b tinyint, @t smallint
select @a = 6, @b =...
September 29, 2020 at 3:08 pm
I don't even know how to spell "read_committed_snapshot" but we recently had a 3rd party vendor create a database that uses it and your problem does have a concern for...
September 29, 2020 at 2:10 pm
What is the max? Z6? I ask because that will mean that you have a total capacity of 26*6 or 156 unique values before you run out.
September 29, 2020 at 2:04 pm
If you'd provide your example data in a "Readily Consumable Format" (please see the article at the first link in my signature line below for one way to do that),...
September 29, 2020 at 2:00 pm
In your comment about the fill factor, "All the pages you see at the 70% line are stuck at 70% FOREVER." I
If I change this fill factor to 100%...
September 28, 2020 at 10:06 pm
The key here is to always remember what's important in these types of things... it's massively important, even if all the code is done in T-SQL, to keep the data-layer...
September 28, 2020 at 10:02 pm
BWAAAA-HAAAAA!!! Nice tutorial but I find it odd to see a Postgre tutorial on a site names after SQLServer. 😉
September 28, 2020 at 2:20 pm
So, it uses the same kind of lookup table but stored in Windows Registry.
Not sure how gods is it in terms of performance, but it does not eliminate the...
September 28, 2020 at 2:13 pm
.. post deleted. Didn't see the OP's latest post.
September 28, 2020 at 2:06 pm
Viewing 15 posts - 6,286 through 6,300 (of 59,070 total)