Viewing 15 posts - 1,081 through 1,095 (of 2,649 total)
which one failed?
and did you do
execute as login = 'domainname\username'
SELECT * FROM fn_my_permissions(NULL, 'SERVER');
i've used this with other windows groups only granted to sql and it works fine without the...
August 23, 2021 at 7:45 pm
size of the column
e.g. varchar(xxxx)
so do give the ddl as asked.
August 23, 2021 at 6:04 pm
that death.location column is bigger than 1k bytes I would assume by the error.
but do give has the ddl for the 2 tables involved.
August 23, 2021 at 5:11 pm
alongside what has already been suggested (plenty of it and with indication of what how you could/should approach the issue).
hire a rather good SQL Developer to do this for you.
August 22, 2021 at 10:26 pm
placement of files on physical drives (same or separate) as well as being local or SAN (and type of SAN) as well as being SSD or SATA (and RAID setup)...
August 22, 2021 at 7:58 pm
I assume you know which login dropped/created the procs.
and assuming you are a SYSADMIN what output do you get out of these
execute as login = 'loginname'
SELECT * FROM fn_my_permissions(NULL, 'SERVER');
use...
August 21, 2021 at 12:12 pm
wrote:Thanks for helping with this case. Very helpful. I also have the same situation. I will try it soon.
Heh... I smell another spammer on the horizon.
yup it was...
August 19, 2021 at 6:52 pm
don't waste time with small changes that will have minor impact on the process.
Do worry about trying to put on paper what the process should do to a whole set,...
August 16, 2021 at 6:03 pm
and please please replace all those selects from tblIssuedTrack onto a outer apply and do the aggregations within it so you only access the table once
August 13, 2021 at 12:11 pm
Good - but do remember that in order to use a tool you need to learn how to use it - if you are like this with a...
August 9, 2021 at 4:55 pm
Thanks Federico , yet this seem to not work properly , at least as far as I cloud see:
DECLARE @TimeStamp VARCHAR(50) = '0x00000003098F384E'
SELECT CONVERT(BINARY(8), @LastTimeStamp,1)...
August 9, 2021 at 2:45 pm
Regarding the kerberos delegation - you may have misunderstood it.
Imagine the following scenario
User (PC) -> SQL Server -> stored proc writes to file on File Server -> File Server
in order...
August 8, 2021 at 1:34 pm
you need to look at what each of the procs is doing and determine what really needs to be done and what is not really required - most of the...
August 7, 2021 at 2:19 pm
Viewing 15 posts - 1,081 through 1,095 (of 2,649 total)