Viewing 15 posts - 1,336 through 1,350 (of 7,191 total)
Faster than what?
The short answer is probably this: it uses its own compression algorithm that is more efficient than that in native backups. The long answer? Probably best...
July 31, 2017 at 2:57 am
Arshad
I'm not sure what he means by the metadata in the new binaries. Everything that's in the database is backed up with the database. Sure, there are some...
July 27, 2017 at 4:37 am
Arshad
I'm sure (s)he'll be able to explain why (s)he thinks that! If it doesn't sound right to you, please post back here.
John
July 27, 2017 at 3:25 am
Yes - everything that is part of the database is backed up in a full database backup. Is it really important, though? It's easy enough to rebuild the statistics after...
July 27, 2017 at 2:26 am
I think such events are captured in the default trace, so you can query that. If you want to store this information on an ongoing basis, you might prefer to...
July 26, 2017 at 8:50 am
Logins are in sys.server_principals; users are in sys.database_principals in each database. You can join the two to find out which database users are orphaned and/or which logins don't have explicit...
July 26, 2017 at 8:29 am
Run the command exactly as Lowell posted. You missed the hyphen out.
John
July 26, 2017 at 8:26 am
No, the table is dropped when the connection that created it finishes. So if the code in question will be executed multiple times from the same connection then yes, you...
July 26, 2017 at 6:07 am
SELECT STUFF(STUFF(RIGHT('0' + '92332',6),5,0,':'),3,0,':')
John
July 24, 2017 at 9:49 am
This is a question that only you can answer, I think. From here, it looks as if you enjoy the work, you enjoy the company and you're well paid, so...
July 24, 2017 at 4:08 am
Check the ExecutionLog table in Reporting Services to see how much of the time the report took to execute was query time and how much was rendering time. Also check...
July 24, 2017 at 3:52 am
Yes, I noticed that as well. It disturbs me a little, too. I suppose only Ola knows the reason for it. I have been known to go through the jobs...
July 24, 2017 at 2:50 am
I typed "function v stored procedure" into my favourite search engine and got a whole load of results. You could do the same.
I'm not sure what your expert...
July 21, 2017 at 7:48 am
You're going to need a sysadmin to something for you, whether that's enabling ad hoc distributed queries, or setting up a linked server object. There are other options, as long...
July 21, 2017 at 7:40 am
There's a hostname column in sysprocesses - have you looked at that? You shouldn't be using sysprocesses at all, though - it's only provided for backwards compatibility with SQL Server...
July 20, 2017 at 8:01 am
Viewing 15 posts - 1,336 through 1,350 (of 7,191 total)