Viewing 15 posts - 961 through 975 (of 1,157 total)
I had this issue with a SAN I was using. The engineer I worked with found that a new "firmware" update was available, he applied it and a new...
May 25, 2011 at 8:27 am
Gui = bad
TSQL = Good
For instance I generated this script using the gui. I only asked to add the login to another role but its altering the login as...
May 25, 2011 at 3:19 am
Not really the right forum area.
You need to empty the files using the DBCC SHRINKFILE command. This clears them and marks them not to be used.
DBCC SHRINKFILE
(
...
May 25, 2011 at 2:15 am
Based on this recent case study, you should reserve 1 GB per CPU on a 64bit OS. You can likely halve or third this on a 32 bit OS.
May 25, 2011 at 2:07 am
This is a little bit vague so I suggest you do a little bit of research into what types of replication are available as there are a lot of variables...
May 24, 2011 at 5:55 am
I was implying transactional as a design concept which can help minimise the number of updates.
May 23, 2011 at 9:39 am
sp_repladdcolumn is an alternative but this will be removed in Denali.
sp_repladdcolumn offer useful parameters that ADD COLUMN does not. Such as the ability to add the column to a...
May 23, 2011 at 6:57 am
Pankaj Shere (5/20/2011)
Also if you are doing vertical partitioning all columns must be present on the subscriber.
That is an incorrect statement. Its also incorrect if you meant horizontal...
May 21, 2011 at 3:51 am
Craig Purnell (5/18/2011)
May 18, 2011 at 2:12 pm
GilaMonster (5/18/2011)
MysteryJimbo (5/18/2011)
May 18, 2011 at 9:17 am
What is your current page life expectancy? A minimum of 600 is the generally accepted limit. If you have plenty of memory it could be much higher.
May 18, 2011 at 8:43 am
Can't tell by that that example as it is a select. Generally you can tell by the table structures and relationships or you will have to ask the application...
May 18, 2011 at 8:40 am
You could use a powershell sql agent task. I've not tested this but I know the agent module has certain filesystem restrictions so if this isnt possible you could...
May 18, 2011 at 8:37 am
I would generate the scripts from the existing publication (right click context menu) to get the existing setting from another table article and use that as a template.
You will also...
May 18, 2011 at 7:49 am
Viewing 15 posts - 961 through 975 (of 1,157 total)