Viewing 12 posts - 1 through 12 (of 12 total)
"Does anybody not have a group?"
*I feebishly raise my hand.* So do two other people.
So I'm in a group now, and will be doing the group project (a simple web-based...
September 16, 2005 at 1:25 pm
I agree with both of you, but my professor picked the topic, and I'm just looking into doing this research project as an alternative to having to group with other...
September 15, 2005 at 12:50 pm
Charles, would you mind posting a sample snippet of code that shows how you're passing a text field in and then accessing it via XML? I've been doing this using...
March 31, 2004 at 10:51 am
In regards to the context of stored procedure execution, this article contains a contradiction and some confusion.
It is my understanding that statements executed within a SP default to the permissions...
March 10, 2004 at 11:41 am
I think getting everyone using the same software would make a huge difference. You seem to hint at the different development environments being a main cause for the lack of...
March 9, 2004 at 11:00 am
Forgot to mention, I would venture a guess that the "conversion" you're seeing is the difference between ANSI characters and ASCII characters. I believe SQL Server works with the ANSI...
March 2, 2004 at 9:39 am
You seem pretty familiar with the ASCII table, so you might want to look at saving your characters as integers and using char() and ascii() to display and store, respectively.
Look...
March 2, 2004 at 9:36 am
If you simply recreate the clustered index of a table on a different filegroup it will move the whole set of data in that table to the new filegroup? That...
February 20, 2004 at 12:30 pm
From a development perspective, we've found that when our large upgrade scripts are run against a database the log file grows to sizes 5 to 10 times normal operating size....
February 12, 2004 at 8:58 am
How can one obtain a copy of this printed poster? We'd like to get one or two for our Development offices.
January 8, 2004 at 9:28 am
quote:
If we execute the following statement, what trigger(s) will fire and how many times will they fire? Assume that the syntax...
November 24, 2003 at 4:47 pm
If it's just to be on the same server you can open the package and do a Package | Save As... just like you would in Word.
October 2, 2003 at 9:37 am
Viewing 12 posts - 1 through 12 (of 12 total)