Viewing 7 posts - 1 through 7 (of 7 total)
Any solution for this thread ? I've faced the same situation. The only solution I found is to don't use table aliases.
June 26, 2024 at 10:21 pm
Hi Jeff and Jeffrey,
The change from INT to numeric was for an example only. You can try changing a varchar(10) to a varchar(9) and get the same error. But you...
March 30, 2021 at 2:35 am
Hi Jeff,
Yes, the tablename are the same. In the error message its the name of the table containing the column I want to ALTER.
March 27, 2021 at 1:23 am
I've asked to change the scope of the DOMAIN_B\GROUP_1.
According to this article, its supposed to be possible
https://technet.microsoft.com/en-us/library/cc755692(v=ws.10).aspx.
Thanks all 🙂
March 24, 2016 at 4:06 pm
Hi,
Have you ever tried to call CopyDB.cmd from an SQL Job ?
I've created a job with a job step of cmdExec type and the command is like :
cmd.exe ...
October 30, 2014 at 8:35 am
Just to say thanks for this script. It's been a couple of months that I've been using it on our many productions DB for index, stats, DBCC maintenance and...
March 21, 2014 at 10:07 am
Viewing 7 posts - 1 through 7 (of 7 total)