Viewing 15 posts - 706 through 720 (of 1,222 total)
To me, this looks like a data presentation issue that really you be handled by Crystal Reports.
Personally, I am not all that familiar with Crystal Reports, but the equivalent in...
October 18, 2009 at 8:41 pm
Replication is quite happy to have different table definitions on the subscriber.
You will need to be careful if you need to deliver a snapshot to the subscriber -...
October 18, 2009 at 8:35 pm
There is only one circumstance when an index will not be updated and that is when the index is disabled. If it was disabled, it might as well not...
October 15, 2009 at 8:45 pm
Implementing replication shouldn't have any affect on your backup / restore strategy. Depending on how often the logreader agent runs, transaction may remain in the transaction log longer than...
October 13, 2009 at 8:19 pm
SQL 2005 will replicate stored procedures, view and user defined functions. You may get some problems if they reference objects that are not on the subscriber (e.g. a view...
October 11, 2009 at 8:37 pm
All SQL Server databases are made up of .mdf and .ldf files. The start of the file name is usually the name of the database. Search you PC...
October 8, 2009 at 11:31 pm
Having you consider creating a snapshot publication that contains just stored procedures ?
You can then just re-initialise this publication as required
October 8, 2009 at 10:35 pm
The database backup includes everything from the original database.
What you don't get is things such as logins which are server level items and, typically, these are in the...
October 1, 2009 at 10:08 pm
The message you got telling you to run RECONFIGURE is always output from sp_configure.
The next command was the RECONFIGURE so you should be OK to continue.
September 30, 2009 at 11:14 pm
The chart has a visibility property. I assume that you are already using that which is leaving you with some empty space on the page. Try putting the...
September 30, 2009 at 10:18 pm
The article you included in your post said that the location is...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.n\MSSQLServer
You didn't include the "MSSQL.n" part of the location. This value is probably "MSSQL.1" but it...
September 27, 2009 at 10:44 pm
The article you included in your post said that the location is...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.n\MSSQLServer
You didn't include the "MSSQL.n" part of the location. This value is probably "MSSQL.1" but it...
September 27, 2009 at 10:40 pm
I suspect that the problem is because all data from the tables is being copied to the SQL 2005 server, then the joins and filters are being applied.
You...
September 23, 2009 at 3:38 am
I would choose Option 1 ... or something like it. I would arrange a time when the table is not being updated, drop the article/subscription, do the ALTER TABLE...
September 17, 2009 at 10:41 pm
This is possble using DTS. Two options I can think of are
1. FTP the files to the local server and then import them
2. Use a product such as samba...
September 16, 2009 at 10:12 pm
Viewing 15 posts - 706 through 720 (of 1,222 total)