Viewing 15 posts - 256 through 270 (of 285 total)
If you've been using SQL 2000 for a few years, you shouldn't have too many problems getting certified in SQL 2008, at least to MCTS level. After all, that only...
July 5, 2010 at 3:01 am
As others have suggested, using a firewall to block access to all but the IP addresses of people who need access is the best idea. Also though, it can help...
July 5, 2010 at 2:49 am
Hi
It sounds like you're talking about paging. This page has lots of useful code for doing paging and is worth a look. It contains code for SQL 2000, as well...
July 2, 2010 at 5:46 am
As Wayne points out, table definitions and some sample data insert statements would be handy, but I came up with this quick demo which hopefully contains the seeds of what...
July 2, 2010 at 5:28 am
Hi
Finally solved the problem!
Collation proved a dead end, so I went back to the set options. I added a table to the database to record the output of the @@OPTIONS...
July 2, 2010 at 4:35 am
Jeff Moden (6/30/2010)
Duncan Pryde (6/30/2010)
Banging my head for a while, I finally found this page, where someone suggests looking at the SET options.
Heh... I plain forgot about that possibility because...
June 30, 2010 at 8:19 am
I think I'm getting closer, so bear with me.
I actually found another similar stored procedure on my system that didn't use the correct index either when called from the application...
June 30, 2010 at 5:06 am
sujeetps (6/30/2010)
June 30, 2010 at 3:58 am
OK, more information (I feel a bit like I'm talking to myself, but sometimes that's how you solve problems!):
I have another server, with effectively the same databases on it, and...
June 30, 2010 at 2:59 am
Totally forgot to mention, (not sure if it's relevant or not), but the underlying table is in a different database from the view.
Other stored procedures making queries on the same...
June 30, 2010 at 2:23 am
Jeff Moden (6/29/2010)
Duncan Pryde (6/29/2010)
Does anyone have any ideas what I should try looking at to get this working?
Yes... Google for "Parameter Sniffing" for the reason caused by multiple causes...
June 30, 2010 at 2:02 am
Ok, an update, so that anyone with the same issue finding this post in a couple of years doesn't get frustrated by the lack of conclusion. 😎
The problem appears to...
June 28, 2010 at 8:39 am
paul.knibbs (6/28/2010)
Duncan Pryde (6/28/2010)
Shame SQL doesn't support imaginary numbers, that way we could have have 4 nodes... 😉
We had a 6-way replication scheme going on at one point--we just used...
June 28, 2010 at 8:20 am
Hugo Kornelis (6/28/2010)
One possible use of negative seed and positive increment is to increase the number of values before you run out. With data type int, the maximum value...
June 28, 2010 at 8:04 am
Changing the subject somewhat...
Although I knew that you can have negative seeds and increments for the IDENTITY property, I've never actually used them myself.
I'd therefore be interested to hear if...
June 28, 2010 at 7:34 am
Viewing 15 posts - 256 through 270 (of 285 total)