Viewing 15 posts - 31 through 45 (of 391 total)
Jeff Moden (9/12/2016)
sjimmo (9/12/2016)
Jeff Moden (9/12/2016)
BI_NewBie (12/3/2014)
Thanks for your reply.
In my database, there is a transaction table whose row count is 117690142. There are index created on column but...
September 13, 2016 at 6:21 am
TheSQLGuru (9/12/2016)
September 12, 2016 at 12:09 pm
Jeff Moden (9/12/2016)
BI_NewBie (12/3/2014)
Thanks for your reply.
In my database, there is a transaction table whose row count is 117690142. There are index created on column but still when we...
September 12, 2016 at 9:25 am
Is this any help? It's for SQL 2012.
Error log entries on the screenshot:
System Health Monitor Thread: Operating system error Exception 0x1 encountered.
Error: 17053. Severity 16, State:1
External dump...
September 9, 2016 at 7:15 am
You need to identify why you are receiving the stack dumps.
What version of SQL Server is this?
September 8, 2016 at 8:37 am
If you just move the tables, but not the data, what's the point. You could simply script the database. If you move the tables, but not the foreign keys, constraints...
September 7, 2016 at 8:13 am
In order to do this you would have to have your tables on separate file groups (Not on PRIMARY) and perform backups of each file group. You could then restore...
September 6, 2016 at 9:31 am
Thanks Jeff. I was simply offering an alternative. Should have looked more closely at the dates. :hehe:
August 11, 2016 at 7:24 am
DECLARE @valVARCHAR(30)
SELECT @val = '9.0.0832.1032'
SELECT @val
SELECT SUBSTRING(@val, LEN(@val) - 6, 2)
August 10, 2016 at 12:20 pm
Steve Jones - SSC Editor (6/14/2016)
From MS:Use -P "", double quotes, which should work. I'm guessing this might work for SQLCMDPASSWORD as well.
If not, can you use isql/osql instead?
This was...
June 15, 2016 at 6:42 am
Steve Jones - SSC Editor (6/14/2016)
The docs definitely support that this should...
June 14, 2016 at 10:21 am
That's interesting, as that is contrary to what MS says about encryption (not specifically backup). So the assumption is there. Learn something daily 😉
June 3, 2016 at 1:10 pm
One note though, the expiration is ignored if the cert is used for encryption
June 2, 2016 at 11:32 am
My question is are all of the files making up the database on one file/filegroup?
Ideally I would, for a database this size, perform all of the dumps using file/filegroup. It...
April 1, 2016 at 8:57 am
The impact will be on the distributor, and how long you have set the history for.
The publishing database performs some data manipulation. These are sent to the distributor and held...
August 5, 2015 at 1:34 pm
Viewing 15 posts - 31 through 45 (of 391 total)