Viewing 15 posts - 29,686 through 29,700 (of 39,818 total)
First you need to post in the appropriate place. Are you having trouble with the SQL or something else?
Second, you haven't described what is wrong, what you've done, or...
February 4, 2008 at 7:41 pm
You need to post in the appropriate forums for your question. I've moved this to T-SQL, 2005, but if it's not the right place, please let me know.
February 4, 2008 at 7:40 pm
Someone came up with this forumla for displaying things based on rating, views, age, etc., to try and show the most popular.
It doesn't work.
We're going back to reverse chronology here...
February 4, 2008 at 7:39 pm
Are they correct on the server or your workstation?
It needs to be on the server.
February 4, 2008 at 10:36 am
Can you connect with Query Analyzer?
If not, you need to be sure that the connections work. The easier way is to transfer data from 2005->2000. You can select the data...
February 4, 2008 at 10:31 am
Scott,
Honestly I think that this can be handled with allowing them read only access.
They shouldn't "review" a sproc from production, they should get it from source control and review it...
February 4, 2008 at 10:27 am
Pushing data is hard, especially disconnected. I think you'd want to pull data when you're connected and then have it available when you're not. be sure you're tracking times here,...
February 4, 2008 at 10:21 am
I think it depends on what you are trying to learn. Ss2K5 is so wide, so many parts, that I don't think you can cover the entire product in a...
February 4, 2008 at 8:36 am
Chad has the right idea. I'd actually not send email from a trigger as that puts the email inside the transaction, which isn't something you might want to do. Typically...
February 4, 2008 at 8:34 am
It will make some difference. Whether it will be noticeable is something else. It depends on your load on the server.
I'd think about moving to a R1 and a R10...
February 4, 2008 at 8:29 am
I've run a restore a week with something this large and crossed my fingers it was working the other days. The issue is that often you might not even know...
February 3, 2008 at 7:57 pm
The issue appears to be in the tag system. It's meant to work with browsers, not as much with the Zune and other devices. We kind of hacked it in...
February 2, 2008 at 10:23 am
:), Hugo, it's not often I'd beat you to anything.
I've voted on Connect and please feel free everyone to add a vote (mark the stars in the upper left) and...
February 1, 2008 at 1:39 pm
I agree with Grant. Make it consistent. Either way can work.
February 1, 2008 at 11:54 am
You can't. The compiler will return the scalar value stored in productname. You can't make part of the statement dynamic and part static.
Why not just write the queries you need?
February 1, 2008 at 11:53 am
Viewing 15 posts - 29,686 through 29,700 (of 39,818 total)