Viewing 15 posts - 1,081 through 1,095 (of 2,654 total)
moving to ssdt is not something I would advise - SSMS is a administrator tool, SSDT is a developer tool - functionality is rather different and SSDT will be missing...
August 25, 2021 at 12:43 pm
touch-typist
As part of my travels through the air force (transmissions/communications) we went through intensive typing training - at start of the course we were having 12 hours a week of...
August 25, 2021 at 8:31 am
you have other views there - and views over views over views always cause issues with the query processor.
the actual explain plan for this will be useful - and all...
August 25, 2021 at 7:44 am
Do you need to see other pieces of the code?
Thanks
I find this a bit amusing - you ask for help, we give you some and we point you to...
August 25, 2021 at 7:09 am
what type of files you talking about - if SQLProjs then SSMS works differently from Visual Studio and there is no straight migration.
August 24, 2021 at 4:56 pm
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
Viewing 15 posts - 1,081 through 1,095 (of 2,654 total)