Viewing 15 posts - 21,661 through 21,675 (of 39,830 total)
The RAQ Report guys are getting on my nerves. I'm tempted to make an announcement that I would not recommend doing business with them as they are disruptive and not...
November 15, 2009 at 2:41 pm
Sent George a note. We'll sort him out.
November 13, 2009 at 5:22 pm
Bru is correct. You cannot share the data files for load balancing. There is a shared READ system using a SAN for Enterprise edition, but it will not work for...
November 13, 2009 at 5:16 pm
Views and stored procedures are used for two different things. A view encapsulates a single query and presents it as a table. A stored procedure is a code block.
What I'd...
November 13, 2009 at 5:14 pm
Are you returning results to users or are they doing some processing?
If not results, why not a batch file? Or very simple VB Script that gets parameters?
If they need results,...
November 13, 2009 at 11:43 am
I'm mostly with Elliot here. I've heard the issues with GUIDs and they can be a problem. The upside is that the client can generate them, which can reduce contention....
November 13, 2009 at 11:37 am
Are you calling the 2nd script from the same program? We used to add the SPID to a table, and then each call from a program could insert rows and...
November 13, 2009 at 11:32 am
I think you'll need to install a v6.5 server, attach those files, and then upgrade. If I remember right, you need to create a database in 6.5 using the correct...
November 13, 2009 at 11:28 am
It does depend, but you could take a reasonable server, say an x86 or x64 with 4GB of RAM, 2 cores, and try some common things. Maybe querying some order/order...
November 13, 2009 at 11:24 am
An interesting debate. From the overall tone, I think that lots of people use C# for personal reasons, or because they find work with it, not because it's better than...
November 13, 2009 at 11:12 am
That's roughly what happens. I think it's transactions that affect pages written to the backup, meaning changed while the backup is in process.
November 13, 2009 at 11:07 am
The error shows you are connecting with named pipes. You might have something changed in your SSMS connection dialog. Double check all settings that you are using TCPIP.
Also, the name...
November 13, 2009 at 9:47 am
HOW are you connecting? SQL Auth, Windows Auth, what are you typing in SSMS? That is some of the information we need to help you solve this.
The windows machine you...
November 13, 2009 at 9:33 am
Jeff Moden (11/12/2009)
November 13, 2009 at 9:04 am
finally done getting kids off and feeding the beasts around here. Lucky there's no wind. I'll check the poll now and see what I think of the temperature. I'd like...
November 13, 2009 at 8:59 am
Viewing 15 posts - 21,661 through 21,675 (of 39,830 total)