Viewing 15 posts - 391 through 405 (of 2,356 total)
Hi Michael. Without going into my reason, I need to know the sum of CPU usage for ad-hoc batches of SQL statements I execute, on a per-database and per-time-window...
April 18, 2022 at 4:10 pm
This is the third post related to CPU usage you have made.
What are you trying to determine? What issue are you trying to solve?
April 18, 2022 at 3:48 pm
You can certainly write a T-SQL script and run it in a SQL job to kill connections. However, it's not going to kill a connection in a rollback state. You...
April 18, 2022 at 3:42 pm
Is backup verify option available with third party tools (DDBoost or Lite speed or Redgate) like native backup in sql? What are the negative impact using backups with verify...
April 18, 2022 at 3:37 pm
That's really very clever. I can see making some code much cleaner using this instead of nested REPLACE operators.
How?
April 18, 2022 at 3:33 pm
I'm almost out of "off the top of my head questions" but, just to be sure, are you taking DIF backups and mistakenly naming them BAK like your FULL...
April 18, 2022 at 3:24 pm
I have a SQL 2012 database with simple recovery that backs up every night. Normally the backup file is around 87,000 MB and grows proportionality as data is added. ...
April 15, 2022 at 3:24 pm
The table #LastLogin as well as sys.server_principals contain the column default_database_name.
In the query where you join both of these, you are referencing that column. SQL cannot determine which table it...
April 15, 2022 at 3:22 pm
Your code does not run properly. The create table statement throws an error.
Can you use the CODE button to properly insert code?
April 14, 2022 at 7:36 pm
So have existing 2016 SQL instance and SSRS on same box. They need to upgrade ssrs to 2019. I was going to do in place for sql instance first...
April 14, 2022 at 6:11 pm
Have you read this link:
It's pretty clear how to do this.
April 14, 2022 at 6:02 pm
Hi,
I've inherited an existing system. We've had an issue with our application connecting to the SQL back-end. The port number of the instances is 1433 and the AG Listener...
April 13, 2022 at 2:16 pm
Good morning,
We had one of folks put in a request to have a database taken offline.
This is the only database in an AG. This, of course, made the AG...
April 13, 2022 at 2:12 pm
But which format should be used for the database schema, so that PostgreSQL or MySQL, etc., would create a dump file with the same structure/syntax?
There is no such thing. ...
April 13, 2022 at 2:10 pm
Viewing 15 posts - 391 through 405 (of 2,356 total)