Viewing 15 posts - 31 through 45 (of 112 total)
You could do something like this:
NSERT INTO @tmp --> Internal SQL table
EXECUTE('DBCC checkdb ('DBNAME')');
SELECT * FROM @tmp where field like '%ERROR%'
February 27, 2024 at 2:55 pm
If you got full recovery model, make sure the transaction log backups set up properly. This causes the disk space issues, too.
February 20, 2024 at 2:54 pm
Is this crystal report you are asking about or SSRS?
February 14, 2024 at 3:19 pm
Definitely build a test environment to check/test your solution first.
Please read this web site information:
https://www.sqlshack.com/move-sql-database-files-mdf-ldf-another-location/
February 12, 2024 at 3:27 pm
YOUR TWO BIG QUESTIONS ARE:
1 - how important/useful (for what?) will such storage of Win Event log data in sql server table?
in what situation can it come in handy to...
January 18, 2024 at 3:00 pm
Old article from Paul Randall, but good reading:
https://www.sqlskills.com/blogs/paul/why-you-should-not-shrink-your-data-files/
January 3, 2024 at 5:41 am
Some good comments from the best minds.
January 3, 2024 at 5:13 am
Do you have a Azure VPN resource setup for your VM SQL server or just your Azure VM box?
This could solve your problem.
Please check out this link:
Note:
+ I would setup...
December 26, 2023 at 2:36 am
Makes sense...
Here is a comment: If you have a cloud platform, could you not use DW servers within the cloud with proper firewall rules. This would be a different way...
December 26, 2023 at 1:42 am
Brent Ozar makes good points about SQL 2019 performance issues:
December 22, 2023 at 7:13 am
Why would you use a transactional replication in AG? I see the benefit. However, the replicas would do the same thing. right?
December 22, 2023 at 6:53 am
Few comments here:
Some monitoring tools are good, and some are not so good. So you need to bench-mark these tools before using in a live platform.
SQL memory Min/Max memory may...
December 22, 2023 at 6:38 am
Visual studios provides good help for these issues.
December 21, 2023 at 5:58 am
Sometimes, you need to use : SQLserver instant name + port (1433). I would use another port if you can.
The error message could indicate you have a network connectivity /...
December 21, 2023 at 5:52 am
Have you tried to repair the SQL installation? Clean registry / ensure programs are un-installed correctly.
If yes, then re-install on a different folder. This helps sometimes.
Note: As always, please check...
December 21, 2023 at 5:36 am
Viewing 15 posts - 31 through 45 (of 112 total)