Viewing 15 posts - 2,056 through 2,070 (of 7,191 total)
Not working as in what - returns the wrong results, or gives an error? If the results are wrong, please provide in tabular form the results that you would...
December 30, 2016 at 7:00 am
I could ask you the same question. To verify the data that's going to be deleted, use the SELECT statement. To delete the data, use the DELETE statement....
December 30, 2016 at 4:28 am
Where are you connecting from? Are both nodes in the same subnet? It sounds like you need to ask your network people to sort your access.
John
December 30, 2016 at 3:02 am
When you attempt to connect, are you supplying the node name (or IP address) or the virtual SQL Server name? If you look in SQL Server Configuration Manager, what...
December 30, 2016 at 2:27 am
I've given you a SELECT statement and a DELETE statement. What more do you need?
John
December 29, 2016 at 7:48 am
haichells (12/29/2016)
LOG_BACKUP - I get this in the query you gave.
There's your answer. Make sure that all databases (replicated or not) that are in Full recovery mode have regular...
December 29, 2016 at 5:17 am
The log file for which database - the publisher or the subscriber? Are all subscribers currently in synch with the publisher? What do you get if you run...
December 29, 2016 at 4:58 am
SQLserver_learner (12/29/2016)
December 29, 2016 at 4:28 am
Not sure how we're going to get you the exact query when you haven't posted the required results based on the sample data. The CREATE TABLE and INSERT statements...
December 29, 2016 at 3:36 am
Well, if the database structure really is as you posted it earlier, you wouldn't get the error message you described - you'd get this one:
[font="Courier New"]Could not locate file 'dbname'...
December 28, 2016 at 8:35 am
Snargables (12/28/2016)
When I try DBCC SHRINKFILE with EMPTYFILE i am getting error
Please post the command that you're attempting to run.
Simply taking backups of the transaction logs who aren’t in the...
December 28, 2016 at 8:13 am
You need double quotes for each file path that contains a space, not just one pair for the whole lot - something like this:
exec master..xp_cm dshell 'copy "\\server_a\D$\Program Files\Microsoft SQL...
December 28, 2016 at 7:13 am
Which bit do you need help with - checking the fragmentation or sending the e-mail? Use the dm_db_index_physical_stats function to get fragmentation levels. Use sp_send_dbmail to send the...
December 28, 2016 at 4:48 am
Rod
If you don't specify a collation when you create the database, it will indeed inherit the server collation. I'd say the most likely explanation for your situation is that...
December 23, 2016 at 5:44 am
MFlanagan 91357 (12/22/2016)
December 23, 2016 at 3:08 am
Viewing 15 posts - 2,056 through 2,070 (of 7,191 total)