Viewing 15 posts - 2,431 through 2,445 (of 4,745 total)
try putting square brackets [] around the database names
July 9, 2010 at 5:05 pm
If I understand the question correctly my original answer holds true for unpartitioned tables.
You can partition more than one table across the same filegroups.
July 9, 2010 at 3:38 pm
Unless you specify a filegroup in the create statement all the data would get written to the data file in the primary group.
to get data to write to a different...
July 9, 2010 at 2:38 pm
From SQL2005 on a number of new databases roles were added to msdb to grant more granular roles to users in SQLAgent.
SQLagentReaderrole should be what you want.
July 9, 2010 at 2:33 pm
David, I think you were just talking to someone who was a bit full of himself and wanted to plug his company .
People who don't understand what production dbas do...
July 9, 2010 at 2:22 pm
Its completely dependant on the operating system, so windows standard edition 4GB, windows enterprise 32GB and on up dependant on OS version.
with 32 bit to be able to take advantage...
July 9, 2010 at 2:11 pm
yep, boot from SAN solves all the issues when SAN replicating with SQL. wish my sysadmins would have allowed us to go that route.
July 8, 2010 at 8:31 am
Russell.Morgan-813114 (7/8/2010)
July 8, 2010 at 4:34 am
the main reason it does not normally work is because the server name is different or the install paths are different.
On the initial installs both servers must be built identically,...
July 8, 2010 at 4:11 am
why do you need to log ship and san replicate? I must be misunderstanding something? You might as well use the SAN replication as your only solution to replicate data.
As...
July 8, 2010 at 3:38 am
It will do but you will of course have to test it.
Most important is that this 'headware' replication is guaranteed with databases.
If you are renaming the server you will need...
July 8, 2010 at 3:01 am
tell them it can't be done, SQL does not work like that.
There are registry updates obviously and various bits of the shared tools plus the log files created during the...
July 8, 2010 at 2:29 am
Geoff, are you by any chance on SQL 2000, or maybe not using SSIS? (not to mention SSRS or SSAS)
If on SQL2005 you may be getting away with murder just...
July 7, 2010 at 4:47 pm
Jeffrey Williams-493691 (7/7/2010)
July 7, 2010 at 4:30 pm
Pretty sure these go to the C drive.
It is not possible to prevent some components going to the C drive, some will no matter what you do.
July 7, 2010 at 4:10 pm
Viewing 15 posts - 2,431 through 2,445 (of 4,745 total)