Viewing 15 posts - 20,401 through 20,415 (of 26,484 total)
Two things.
One, with SQL Server 2005 and on tracking when objects are modified, I would be more inclined now to use ALTER instead of DROP/CREATE.
Two, I agree with deploying a...
June 16, 2009 at 7:35 pm
Steve Jones - Editor (6/16/2009)
This reminded me of a certain visitor to our forum recently: http://www.37signals.com/svn/posts/1768-i-dont-care-how-good-you-are-at-programmingAnyone want to guess who it is?
My guess, little Snarky Malarky?
June 16, 2009 at 7:06 pm
In fact it is at the top of the list for me right now.
June 16, 2009 at 1:27 pm
I have noticed that sometimes it will show up in the Active Threads list and at other times it doesn't. Seems really strange.
June 16, 2009 at 1:27 pm
By doing that, you have broken the log chain from the source database (client). About the only way I can see around this would be do shut SQL Server...
June 16, 2009 at 11:11 am
As stated earlier, you can only have one primary key. This key uniquely identifies a record in a table. It is possible to have other keys on other...
June 16, 2009 at 8:16 am
Florian Reischl (6/16/2009)
@Lynn: You really like lmgtfy?😛
Actually, yes I do. Especially when someone else could have done it just as easily as asking a question here on SSC. 😉
June 16, 2009 at 7:32 am
You still have not answered the main question, how current does the data need to be for reporting purposes? Do the users really need up to the minute reporting...
June 16, 2009 at 7:19 am
Thought you said you knew how to use Google? 😉
Try starting here.
June 16, 2009 at 7:13 am
Right you are, back to ignoring it shall be.
June 16, 2009 at 1:27 am
The question that needs to be answered first is how current MUST the data be for reporting? If it must be as current as possible, then this is not...
June 16, 2009 at 1:23 am
ubernoob (6/15/2009)
Kit G (6/15/2009)
June 15, 2009 at 8:50 pm
lemonsqueezy101 (6/12/2009)
Hi Gail,Thanks for replying. I'll get some sample data together, my explanation probably isn't great!
Thanks
M
Just checking to see if your problem has been resolved or if you have that...
June 15, 2009 at 7:25 pm
My first question is, does the snapshot really need to be that current? If there are specific reports that require data to be that close to real-time, then perhaps...
June 15, 2009 at 7:18 pm
Okay, we started with this:
I have been asked to build an client-server application. The server application rests on the sql server and the client rests on user machines. the point...
June 15, 2009 at 5:52 pm
Viewing 15 posts - 20,401 through 20,415 (of 26,484 total)