Viewing 15 posts - 181 through 195 (of 4,477 total)
If it was the log file and the name was not exactly the same, it may have created a new log file on startup. Check the directory for another file,...
January 31, 2020 at 7:48 pm
Usually there is a bit more with that error message which can help as well as things being logged to the Windows application log. I don't know if the network...
January 31, 2020 at 6:48 pm
Sounds like this is an error you get in the error log when starting up SQL Server for one particular database? If that's the case, Is that the only error...
January 31, 2020 at 5:00 pm
to be a resume generating practice. Our installation engineer is telling me that what is happening under the covers is a regular SQL backup, just the destination is the...
January 30, 2020 at 11:39 pm
Check the provider you are using - the providers listed under Linked Servers just above the list of linked servers. Select the properties for the provider by right clicking and...
January 30, 2020 at 10:31 pm
You might not need the quotes and likely need to follow four part naming conventions (Server.Database.Schema.ObjectName). So try without the quotes and adding another dot between cms196 and root so...
January 30, 2020 at 10:09 pm
I've used that but I tend to use sys.dm_io_virtual_file_stats more often. Which way you go can depend on your work environment - as in some may not trust what SQL...
January 30, 2020 at 5:59 pm
It's one of those that, as you have guessed, really depends on the volume of changes being tracked. We had tested some of that by using replay traces and running...
January 30, 2020 at 2:52 pm
Yes, you can use CDC for incremental loading like that. The documentation has an overview of doing this:
There are quite a few articles with more details...
January 30, 2020 at 2:39 pm
And I just did a quick run through some of those articles - this one seems fairly complete:
How to get up and running with Oracle and Linked Servers
Sue
January 29, 2020 at 10:53 pm
Probably the issue. I have never heard of it being setup in that manner. I've always done mine to Oracle by downloading the version of ODAC (Oracle Data Access Components)...
January 29, 2020 at 10:48 pm
Okay...that's a totally different error than the one originally posted. This one is an access denied error so it's however you setup the linked server to access the Oracle instance....
January 29, 2020 at 10:14 pm
One thing I'd probably start with is go through the What's New In SQL Server <version> articles that Microsoft has in the documentation for the new releases. Here's the links...
January 29, 2020 at 9:45 pm
I'm having a hard time following that but I'll give it a stab on the error message. I've seen that message before when they tried to access a database that...
January 29, 2020 at 9:40 pm
My first guess would be that you have some process with the publication that generates a lot of changes during the week, what you refer to as the hiccups. Having...
January 29, 2020 at 7:05 pm
Viewing 15 posts - 181 through 195 (of 4,477 total)