Viewing 15 posts - 181 through 195 (of 2,356 total)
What are you trying to accomplish? If you want a read-only secondary server for reporting, then there are multiple technologies in SQL that you can leverage. Availability Groups and replication...
April 21, 2023 at 12:44 pm
Is there a reason you are reindexing? What is the reason?
Are you using online reindexing?
Have you considered the difference in activity on one vs. the other server?
What about configuration? What...
April 20, 2023 at 6:09 pm
I am almost positive that Ant-Green is correct.
The question is why are you doing this? If this is a development environment, SSRS should have been installed as a free (developer)...
April 18, 2023 at 3:05 pm
Does anyone realize that if the docs are stored on the file system as opposed to a blob in a table, the need to scan them is then...
April 12, 2023 at 3:56 pm
Does anyone realize that if the docs are stored on the file system as opposed to a blob in a table, the need to scan them is then part of...
April 12, 2023 at 2:00 pm
Here is what I will propose to my Azure architect.
At each release:
1- I will launch a copy of the production to the Test environment.
2- I will limit access to...
April 12, 2023 at 12:04 pm
And now you understand why the cloud is not cheaper than on-prem!
April 4, 2023 at 12:52 pm
Out of curiosity, I ran this on my local machine.
April 3, 2023 at 6:01 pm
I have used this approach to insert lists of records that were deleted or updated and it is also a good way to write scripts that insert into multiple...
April 1, 2023 at 9:59 pm
Today is Steve’s birthday. He’s turning 25.
April 1, 2023 at 1:30 pm
Of course not. It never works the first time. Usually I need to unplug and replug something.
Cry last time I rebuilt my computer I used an old windows...
March 30, 2023 at 6:18 pm
Thanks everyone for the comments.
I've avoided writing articles for several years because I always feel that it takes a lot to write something simple - and often enough it...
March 29, 2023 at 12:11 pm
Ok, then can this be a pick list? Eliminate the human error.
March 28, 2023 at 12:49 am
Hi All,
Want to know what are the SQL Agent Jobs scheduled for today at what time they are going to run ?
Env : SQL Server 2017 CU23
Regards, Sam
Search for...
March 27, 2023 at 2:31 pm
If this is a user search that's coming from a UI, can you create a translation table?
What about full text search?
March 27, 2023 at 2:28 pm
Viewing 15 posts - 181 through 195 (of 2,356 total)