Viewing 15 posts - 1 through 15 (of 38 total)
I am trying to set up a copy of our production site.
In order to do so, I wanted to do so by restoring user db's from backups and copying system...
December 6, 2005 at 2:47 pm
Hi, still no luck.
I looked into the distibution db to determine the actual line that is causing the error:
sync -t"test_requests_floors"
-d"c:\Program Files\Microsoft SQL Server\MSSQL\ReplData\unc\SQLDEV2_tbis_dev_requests\20050614203617\test_requests_floors_12.bcp"
-hORDER( [request_id],[floor_id] ASC)
I even tried to run the...
June 14, 2005 at 3:33 pm
I altered my scripts to reflect that option.
Now, I can run the snapshot, but when the distributor starts, I get the following error: "The process could not bulk copy into...
June 13, 2005 at 2:40 pm
I am using the option to ignore delete given at that tab. I'm more concerned with generating a new snapshot if, for any reason, the entire process needs to be restarted.
In...
June 13, 2005 at 12:28 pm
I am trying to implement the concept of only pushing inserts and updates but not deletes.
I have written a "pre snapshot" script.
Basically, execute a sp_rename for each table in the...
June 10, 2005 at 1:34 pm
May 24, 2005 at 1:13 pm
Hi there,
Thanks for the response.
When thinking of how to store such data, but more importantly how to calculate any relavant information from what was stored, I realized that it wasn't...
May 24, 2005 at 11:33 am
I've been digging a bit further...
I think that the scheduling pattern used by outlook conforms to a standard called RFC2445 (iCalendar).
What I'm looking for is a set of tables/stored procedures...
May 19, 2005 at 3:24 pm
I also have a custom application that needs to access a SQL Server database to retrieve calendar events.
To deal with recurring events, I would like to mimic the...
May 19, 2005 at 9:44 am
The original point of the view was to encapsulate business logic, and as a result, it includes some left joins and other properties that don't allow for an indexed view.
I...
March 11, 2005 at 9:04 am
My view doesn't actually contain any UNION clauses.
It has 20 tables.
All With JOINS OR LEFT JOINS. A few of the tables are large, most are small lookups. I feel that...
March 10, 2005 at 10:53 am
I have just experience the exact same problem and came up with the same solution. But I don't think that it will be a viable solution for us... just a...
March 10, 2005 at 10:23 am
I didn't mention it, but I had already run the following sp_configure options and restarted the sql server service:
sp_configure 'show advanced options', 1
RECONFIGURE
GO
sp_Configure 'awe enable', 1
RECONFIGURE
GO
sp_configure 'max server memory', 4096
RECONFIGURE
GO
I'm...
August 13, 2003 at 10:34 am
Here's a set based way that I think will work for all cases.
(Note that an integer can only be up to 10 digits.)
drop table tIntegerTester
create table tIntegerTester (id int,...
July 31, 2003 at 12:39 pm
I'm definitely not certain, but I feel like this can't be done because the expressions that is used in the condition of the case statement would have to be included...
July 31, 2003 at 9:04 am
Viewing 15 posts - 1 through 15 (of 38 total)