Viewing 15 posts - 871 through 885 (of 6,400 total)
Is the data type on both local and remote VARCHAR or is one of them NVARCHAR
April 23, 2021 at 4:59 am
Just ALTER on the table is the minimum permission for TRUNCATE
April 23, 2021 at 4:58 am
This is the extension. Can search for it in VS or download and load in the VSIX file manually.
April 22, 2021 at 6:41 pm
Get a copy of Visual Studio (community is fine) add in the SSRS extension, then create a project and start building your reports in the designer.
Probably would want to look...
April 22, 2021 at 3:08 pm
I would try a repair option via the installation media to try and repair the install then do an uninstall again, if certain files are not present the uninstallation will...
April 22, 2021 at 1:45 pm
Also anything from the event viewer on the starts also to help debug
April 21, 2021 at 5:52 pm
The uninstall will have produced a log output with a lot of information in it. Can you post that or take a look through it see if anything obvious stands...
April 21, 2021 at 5:52 pm
Probably even a DTU model or serverless if you want to really save on costs, depends on the performance you need
April 21, 2021 at 5:42 pm
In the SQL job step, set an output file on the step to log the full error message to a text file.
The agent history is notorious for truncating the error...
April 21, 2021 at 5:39 pm
This sounds like a case for an Azure SQL Database something which is publicly facing without the need to setup an enterprise style network and allow access in via VPN...
April 21, 2021 at 10:34 am
SSIS is fairly rigid in how it works, so you have to be wary of DDL/Schema drift.
You can easily create a SSIS package which will copy ServerA TableA to ServerB...
April 21, 2021 at 10:14 am
Nearly right, plans are read Top to Bottom, Right to Left
April 21, 2021 at 10:00 am
1 use a query to extract the pieces you need, look at the QUERYOUT option of BCP for this.
2 there is no QUERYIN option, so if you only wanted to...
April 21, 2021 at 9:58 am
Permissions are cumulative, so a user who is part of 2 groups will have the combined privileges of both.
Remember DENY trumps a GRANT, so any DENY in one group will...
April 20, 2021 at 8:27 am
Employment date is also the wrong format, extra 0 it would seem 20018 guessing should be 2018
April 15, 2021 at 7:21 pm
Viewing 15 posts - 871 through 885 (of 6,400 total)