Viewing 15 posts - 796 through 810 (of 2,649 total)
had you google it you would have found it - its amazing the type of information you get if you search for it instead of waiting for someone to give...
August 6, 2022 at 5:35 pm
it will execute fine without restarting the instance. and effect is immediate e.g. memory setting will apply immediately (unless the first one is a reduction of memory on which case...
August 5, 2022 at 5:47 pm
for majority of uses within SQL Server itself you don't need the numerics formatted that way so as mentioned before the formatting should be done on the receiving UI -...
August 5, 2022 at 3:15 pm
I don't know how you created your text file - but you missed the point. you need to MANUALLY go through each sp, through the object explorer, generate their script...
August 5, 2022 at 2:45 pm
multiple ways - most commons are
August 5, 2022 at 8:20 am
now go through each one of those sp's and see if any of them is populating the table - I should not have to tell you this!!
August 4, 2022 at 9:54 pm
August 4, 2022 at 9:19 pm
and have you bothered going to the manuals and search for the tables I mentioned?
as you mentioned there is a proc that already reads the table in question, if that...
August 4, 2022 at 9:15 pm
try to enable cdc on database manually before kicking the process.
August 4, 2022 at 1:24 pm
please don't create new threads to continue your questions - keep this on the same original thread.
I will advise you to read the sql server manuals for the system functions...
August 4, 2022 at 10:47 am
It clearly states that you do NOT need to grant sys_admin privs...
source connection must have the sysadmin role, OR have the db_owner role and the SELECT permission...
August 3, 2022 at 10:36 pm
and what part of "schema.objectname" don't you understand for you to have omitted one of the parts?
August 3, 2022 at 10:30 pm
start with the lowest permission they mention - and then give it a try, with a trace in place to see which commands it is trying to execute.
then grant permissions...
August 2, 2022 at 12:58 pm
post both the table definition AND the FULL SQL you are executing.
if you are querying views put the table definition of all involved tables within those views (and subviews if...
August 1, 2022 at 8:53 pm
Viewing 15 posts - 796 through 810 (of 2,649 total)