Viewing 15 posts - 631 through 645 (of 1,995 total)
If it's a SAN then you might have the same problem that we had with Amazon
depends on your configuration
our connectivity was shared over a network connection which was also shared...
November 26, 2019 at 3:16 pm
chris is correct
this is complex (mostly on the fact that we don't know your environment)
normally we see bloat in the log file (which is easy to fix)
but bloat in data...
November 26, 2019 at 12:35 pm
easy - register all of your servers in management studio as a group (it will appear with a pink bar at the bottom of the screen)
click on the group and...
November 26, 2019 at 12:30 pm
I'm not entirely convinced that i'm answering the right question since your English is a little broken (nothing wrong in that, it's my 3rd language)
if max mem is set to...
November 26, 2019 at 12:25 pm
Sp_readrequest runs constantly, so it will show as a long running query - my vague understanding is that it uses the service broker to wait for a mail and then...
November 26, 2019 at 12:13 pm
My go-to steps for those types of errors are to try ping-ing the server you are connecting to from the machine that cannot connect to make sure it can...
November 26, 2019 at 8:49 am
OK let me in on the alliteration joke
November 26, 2019 at 8:40 am
ok - this is only a guess
Via powershell, you might be using a different protocol (and hence a different port number) - the username and password has nothing to do...
November 25, 2019 at 4:46 pm
if you can connect via powershell, but live cannot connect - 100% firewall, DNS or port issue
November 25, 2019 at 2:07 pm
rvadim is correct
just take the single quotes out of the query. - however if you have stored this as varchar (which is madness) thenyou need to use convert or cast...
November 25, 2019 at 10:34 am
we're using Stretch - easy to configure and just silently puts your old records in the cloud, but allows you to query it like it was one table - there...
November 25, 2019 at 9:33 am
I don't think anyone can give you a good answer unless we have your table definition and a copy of the query that you think needs these indexes . even...
November 22, 2019 at 4:15 pm
i'm not sure if this helps - but it does give you links for DB2 ODBC drivers
November 22, 2019 at 4:07 pm
I've seen this on the owner column when a user account has been removed - so have you upgraded recently (or restored from a different version) - maybe sp_helpdb doesn't...
November 22, 2019 at 3:47 pm
I don't think it'd a good idea to have more than one log file for a database:
https://www.sqlskills.com/blogs/paul/multiple-log-files-and-why-theyre-bad/
there's one exception - your log file grows stupidly big...
November 22, 2019 at 3:34 pm
Viewing 15 posts - 631 through 645 (of 1,995 total)