Viewing 15 posts - 1 through 15 (of 16 total)
Ran on most recent partition:
ALTER TABLE xxxx REBUILD PARTITION = 165 WITH (DATA_COMPRESSION = PAGE)
The next partition via split function was also compressed at page level. Only had...
November 26, 2014 at 11:50 am
I work for a huge company so getting this to the right team is a challenge, because the problem is experienced within SQL Server, but the problem might be the...
January 22, 2014 at 8:39 pm
i don't know if litespeed has 30 days free option, but litespeed does allow individual table restore.
February 27, 2011 at 4:48 am
DNA_DBA (2/26/2011)
February 27, 2011 at 4:32 am
I install sql server on D drive. The company I work for doesn't provide a C drive with much space so we install all software on D drive (all...
February 27, 2011 at 4:21 am
select Isdate(201101) Returns 1
not sure this helps but
select isdate(Stuff('201101', 4, 0, ' ')) returns 0
February 1, 2011 at 1:12 pm
i'd fill test tables with 100000 rows then use that to multiple out to 5,000,000 rows (i think you said 5MM). i mean to populate with real data (maybe...
January 31, 2011 at 4:44 am
i've never had to create a newly improved version of the already
built-in role db_ddladmin role, but......
this is the reason i add users to the db_ddladmin role:
DDL Admin role Can...
January 31, 2011 at 1:30 am
with the limited description of what you are asking, doubt you'll get an answer.
January 31, 2011 at 1:14 am
seems like this might untie your knot:
http://www.texastoo.com/post/2009/10/19/Could-not-load-file-or-assembly-VSTADTEProviderInterop.aspx
January 31, 2011 at 1:12 am
as for as i know sql server 2005, you'll need put the user in one of these roles. every time i deal with these roles, i have to re-read...
January 30, 2011 at 9:08 pm
It would if collation is a matter of case sensitivity (_CS_ vs _CI_).
January 2, 2011 at 1:38 pm
The only reason for multiple instances is if you need to prioritise resources among databases, or for security reasons, or for more tempDBs.
Or for multiple test environments - we have...
January 2, 2011 at 12:04 pm
Questions are too broad, Paul. I wouldn't know where to start.
As far as SAN goes, however, I doubt you'll have any say in how it is set up. ...
January 2, 2011 at 11:45 am
Viewing 15 posts - 1 through 15 (of 16 total)