Viewing 15 posts - 976 through 990 (of 7,191 total)
Be careful with that approach. Please see here.
John
January 17, 2018 at 2:41 am
SELECT type_desc, name, physical_name
FROM DBName.sys.database_files
Make sure you use the REPLACE option in your RESTORE DATABASE command if you're overwriting an existing database.
John
January 15, 2018 at 4:01 am
Do you know the name of the database that each file is a backup of? If not, use RESTORE HEADERONLY to get the database name. You'll also need to use...
January 15, 2018 at 2:22 am
You've got some sort of rounding error there. Does this help to explain it?
John
January 12, 2018 at 9:31 am
The customer was made aware of third party usage when they agreed. BUT then...
January 12, 2018 at 9:02 am
Perhaps something vaguely resembling this. I can't test it because there's no sample data and the columns in your query don't match those in your table DDL.
[code...
January 12, 2018 at 7:49 am
January 12, 2018 at 4:29 am
January 11, 2018 at 7:46 am
Troubleshooting deadlocks is a time-consuming process, so you may find that others are reluctant to do this before you if you haven't done a bit of work on it yourself. ...
January 10, 2018 at 3:06 am
January 9, 2018 at 1:53 am
January 9, 2018 at 1:46 am
January 9, 2018 at 1:04 am
In those last three conversions you're doing, you're mixing the syntax for CAST (which uses "AS datatype") with the syntax for CONVERT (which uses a comma-separated list of parameters). Why...
January 8, 2018 at 9:37 am
We run lots of...
January 8, 2018 at 4:13 am
Viewing 15 posts - 976 through 990 (of 7,191 total)