Viewing 15 posts - 181 through 195 (of 2,897 total)
"...It is my opinion that the first syntax is best avoided, as I think it is not absolutely clear what the target is..."
How is "update dbo.tablename" unclear ?
I think the...
November 29, 2021 at 2:42 pm
How big are the DBs ? Do you need to subset all the tables, or just a few big ones ? Do they have referential integrity to complicate subsetting ? ...
November 23, 2021 at 7:23 pm
Chant: "Mo-den ...Mo-den...Mo-den !!!"
November 22, 2021 at 3:12 pm
This means that SQL thinks your target field is not large enough for the data being imported.
"...The value could not be converted because of a potential loss of data...."
Also,...
November 22, 2021 at 3:09 pm
And remember to put in some clearly written comments so the next person looking at the code understands what's happening.
November 18, 2021 at 5:51 pm
Are you able to work with the Excel I provided?
Copy-paste from your spreadsheet into "Insert/Edit Code Sample"
November 16, 2021 at 10:04 pm
Unlike MS SQL which has universally used SQL Management Studio, MySQL has various choices of tools to interface with MySQL.
I ended up using 2 different ones because they had different...
November 16, 2021 at 5:00 pm
There are a few 3rd party "add-ins" products for SFTP.
We bought one at my last place. Don't remember the name, but it required annual support fee.
November 16, 2021 at 4:44 pm
If your CSV has the same name every time, you can push it to a specific folder and run your saved SSIS package based on Ant's first reply. Or rename...
November 15, 2021 at 7:12 pm
That's what I do on my SQL Express server.
First step is a batch file to delete backups older than X days
forfiles.exe /p "C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\Backup\SQL_PROD" /s...
November 11, 2021 at 6:29 pm
Was the system less busy when you ran it as Sysadmin ?
Are you getting consistent results with multiple tests ?
November 5, 2021 at 3:09 pm
I use the GUI to generate a script, then I can modify and save it as a record of what was done.
November 3, 2021 at 6:47 pm
Sounds like things I would have used Trace Files for. But I hear Extended Events have more functionality. I don't have much need for either these days. so can't help...
November 1, 2021 at 4:43 pm
3 hours I have wasted on this today. 3 hours. <headdesk>
I wish I only wasted 3 hours on a current data upload project.
October 28, 2021 at 3:50 pm
Perhaps the logs backups are configured, but not running.
October 26, 2021 at 5:17 pm
Viewing 15 posts - 181 through 195 (of 2,897 total)