Viewing 15 posts - 1,651 through 1,665 (of 3,061 total)
I've read this in some place... "...one solution is to have a reasonable fixed column width (such, as 30) and set the textbox CanGrow to True so it wraps to...
August 6, 2010 at 11:16 am
Lynn Pettis (8/5/2010)
I guess I'll post my answer in both.
:w00t: I knew it! ... I was pretty sure I've seen this very same post in other place. In...
August 6, 2010 at 9:59 am
nano2nd (8/6/2010)
August 6, 2010 at 9:56 am
Gingkoo (8/6/2010)
If you declare a variable @varchar(1000) it will allocate more memory to the query than varchar(100).
Do you have hard support for this statement?
As far as I remember variable lenght...
August 6, 2010 at 9:42 am
HairyBob (8/6/2010)
I have successfully set up an Application role for a database using Management Studio...
August 6, 2010 at 7:38 am
smitty-1088185 (8/6/2010)
August 6, 2010 at 7:32 am
Minaz Amin (8/6/2010)
You know what upsets me about this issue? Lots of companies would not have any second thoughts about doing this with SQL Server but wouldn't dare do...
August 6, 2010 at 6:33 am
Billy - a cool nerd (8/5/2010)
You mean throwing out all the answers and everything?
Yes.
I assume the data comes from some place, all rows related to this "survey" are easily identifiable...
August 5, 2010 at 4:39 pm
Have you considered just deleting the whole "survey" and load it back?
August 5, 2010 at 3:41 pm
robert.levy (8/5/2010)
I'm looking for advice about modeling the following setup as I'm terrified that I'm about to head into a design which would have better DBAs than me...
August 5, 2010 at 2:50 pm
You are correct, most rdbms ignore null values when indexing.
Having said that, there is a huge conceptual difference in between an empty string and a null value. An empty string...
August 5, 2010 at 2:41 pm
gosh (8/4/2010)
My gut feeling is that SQL Server 2008 can manage 2 DBs better than it can 2 instances but I haven't tested it.
Too much going on in a single...
August 5, 2010 at 2:17 pm
sukrandere 74618 (8/5/2010)
PaulB-TheOneAndOnly (8/4/2010)
sukrandere 74618 (8/4/2010)
effected from like this...
August 5, 2010 at 1:59 pm
sukrandere 74618 (8/4/2010)
In this situation I want that the data is inserted to sql server but not inserted to oracle. Sql server side musn'teffected from like this errors.
Shall we undestand...
August 4, 2010 at 3:55 pm
AndrewSQLDBA (8/4/2010)
August 4, 2010 at 3:48 pm
Viewing 15 posts - 1,651 through 1,665 (of 3,061 total)