Viewing 15 posts - 826 through 840 (of 1,653 total)
I don't think you can do that with replication.
But could you explain why you want such a setup? If you need just a second stand-by server you can configure...
[font="Verdana"]Markus Bohse[/font]
July 24, 2008 at 8:04 am
The easiest way would be to create a SQL Server Job.
When defining the jobstep select "Sql Server Integration Services Package" under type. The enter the location of your package...
[font="Verdana"]Markus Bohse[/font]
July 24, 2008 at 3:18 am
netmikem (7/23/2008)
[font="Verdana"]Markus Bohse[/font]
July 24, 2008 at 1:18 am
Yes, you need either Visual Studio or Business Inteligence Developmnet Studio.
If you never build a report before, I would advise starting with the tutorials in BOL.
[font="Verdana"]Markus Bohse[/font]
July 23, 2008 at 10:43 am
About the backup code, in most cases you usually want to take a new backup first before deleteing the old files. I'm not sure if there's also an option to...
[font="Verdana"]Markus Bohse[/font]
July 23, 2008 at 10:41 am
The red-gate extended stored procedure has a paramter to remove old files.
Something like this:
EXEC master..sqlbackup -SQL "BACKUP DATABASES [model]
TO DISK = 'E:\\MSSQL\BACKUP\\model\ '
WITH NAME = ' ',...
[font="Verdana"]Markus Bohse[/font]
July 22, 2008 at 8:40 am
I assume you're talking about the SSMS report "Performance Top Queries by Average IO".
The results of this report are based several DMV's.
The only way to reset the values is...
[font="Verdana"]Markus Bohse[/font]
July 22, 2008 at 5:55 am
Kevin,
are you sure that it only allows a max memory of 2 Gb? The default number shown in SQL2K5 (2147483647 MB) is actually about 2 TB and it will...
[font="Verdana"]Markus Bohse[/font]
July 22, 2008 at 2:41 am
I don't have much experience with Oracle, but I think CURRENT_TIMESTAMP would be the T-SQL equivalent of LOCALTIMESTAMP(). Different from the Oracle function the T-SQL version of CURRENT_TIMESTAMP does not...
[font="Verdana"]Markus Bohse[/font]
July 22, 2008 at 2:18 am
Hey,
thats funny. Over a year after the original post the replies are coming. Most of it I had figured out myself and actually I'm now three projects/customers further and...
[font="Verdana"]Markus Bohse[/font]
July 14, 2008 at 3:24 am
When you use merge replication on tables with an identity column you have to set ranges for each replication partner to avoid Identity insert conflicts. So if you have to...
[font="Verdana"]Markus Bohse[/font]
July 12, 2008 at 2:32 am
Looks like you installed a named instance when reinstalling SQL Server. You can now either use the named instance name Deep\Deep or you can create an alias in your client...
[font="Verdana"]Markus Bohse[/font]
July 12, 2008 at 2:20 am
If you're using Enterprise edition of SQL2005 you could take a database snapshot.
[font="Verdana"]Markus Bohse[/font]
July 9, 2008 at 3:05 am
Colin Smith (7/9/2008)
[font="Verdana"]Markus Bohse[/font]
July 9, 2008 at 2:25 am
In order to add components to an exisiting installation go open add/remove software in control panel. When select SQL Server 2005 and the installion wizard will start. It will ask...
[font="Verdana"]Markus Bohse[/font]
July 5, 2008 at 10:35 am
Viewing 15 posts - 826 through 840 (of 1,653 total)