Viewing 15 posts - 91 through 105 (of 146 total)
ok fair enough, data warehouse. what exactly is a data warehouse and even if we were to do this, we need to get data from live to the warehouse in...
May 8, 2009 at 10:23 am
sjimmo
just wondered, did you also replicate DDL as well, as OLTP requirements are different from reporting requirements, so things like indexing, how would you go about doing this ?
May 8, 2009 at 10:05 am
Hi gift,
Just wondered how this would be done when you have loads of tables on the database.
How would you track the following:
Inserts
Deletes
Updates
Its fine when the changes coming from the billing...
May 8, 2009 at 10:02 am
Are there any gotchas when using this replication model and how about the need to optimise code i.e having indexes on the code, and the index on the publisher might...
May 8, 2009 at 9:20 am
Hi,
I see your point in this matter, the situation here is that I cant have reporting users querying the billing database at thesame time, as the reports are not monitored...
May 8, 2009 at 5:23 am
Hi
Hardware is pretty beefed up, in terms of storage. there are options local or SAN.
Can you give me options for the 2 types of storage, then it would be far...
May 8, 2009 at 1:07 am
true talk here
but sometimes, the Query can look long winded and kind of long, and hence the reason why its been put into a temp table.
May 7, 2009 at 5:30 pm
So what are the alternatives to usinga temp tables, or is it just to always writing the possible complex query off the tables on the flay all the time.
May 7, 2009 at 4:39 pm
Thanks Guys
Here is the situation, a temp table is created
data is inserted into the temp table
Sp's are called which use this temp table (sometimes)
On other occasions, data is simply selcted...
May 7, 2009 at 3:35 pm
Hi Guys,
Here is the problem in simple terms, I cant Bulk insert with windows authentication:
I get the error below:
Msg 4861, Level 16, State 1, Line 1
Cannot bulk load because the...
April 24, 2009 at 7:15 am
Ok Guys
I got it, on the options i can get it to show the crow feet etc
April 20, 2009 at 8:15 am
Thanks guys
I have used viaio to do it, and what i get is entity boxes with pointer arrows linking one Entity to the other , nothing saying whether its a...
April 20, 2009 at 8:12 am
Krishna Potlakayala (4/6/2009)
Dean Jones (4/6/2009)
Krishna Potlakayala (4/6/2009)
Dean Jones (4/6/2009)
How can this be doen with Delete and Updates, i thought it was mainly reads.
You...
April 6, 2009 at 9:42 am
Krishna Potlakayala (4/6/2009)
Dean Jones (4/6/2009)
Just to give you guys an update, we are still experiencing other deadlocking problems, I have read that try/catch blocks can help resolve deadlocking problems, is...
April 6, 2009 at 5:00 am
Hi
Just to give you guys an update, we are still experiencing other deadlocking problems, I have read that try/catch blocks can help resolve deadlocking problems, is this true.
Also, what else...
April 6, 2009 at 4:37 am
Viewing 15 posts - 91 through 105 (of 146 total)