Viewing 15 posts - 91 through 105 (of 123 total)
Are you referring to this book?
Some of the more negative reviews made me shy away from buying it. Normally I don't mind typos in a book but...
August 19, 2012 at 10:44 am
What are you thoughts on the 70-433 exam? I'll be taking mine within the next few weeks.
Mark
August 19, 2012 at 9:43 am
daft,
We'll need more info on the schema. What field(s) link the records in all tables?
Mark
August 18, 2012 at 5:18 pm
Not sure exactly what those requirements are in the book but I have a $400 tower based server that runs SQL server 2008 r2 just fine for development purposes. ...
August 18, 2012 at 11:46 am
The load on the server shouldn't be high but we have almost 50 total locations, our network isn't exactly lightening fast and we have financial data that simple cannot be...
August 15, 2012 at 5:27 am
Can't you change the data type of the column in your temp table to accomodate?
Mark
August 14, 2012 at 11:03 am
Like Luis stated, use an if/else. If it fails, it'll fall to the "else" part and you can produce your message. Try/catch would normally be used to trap...
August 13, 2012 at 4:54 pm
Yes, create a PK on each table and make that the auto incrementing ID and set up FK constraints where appropriate. I tend to reserve "ID" for this field...
August 13, 2012 at 9:28 am
One thing to add - change your ID fields to int. Unless I'm missing something, there's no reason to make them varchar or any text based data type.
Mark
August 13, 2012 at 5:32 am
I wouldn't automatically rule out the tsql that searches the database. Unless you run a serious risk of losing your job, I'd review the sproc to see if that...
August 9, 2012 at 11:24 am
Do you mean a front-end to manage the SQL Server itself or an application front-end that uses SQL Server as the database?
If the latter, we use mostly .net 4.0 using...
August 8, 2012 at 11:25 am
Like the others have stated, there's no way to know if they recieved and/or read it although I do like the image idea above.
Mark
August 8, 2012 at 11:19 am
It's like we're twins or taking the same path to certification!
Skip measure up. Like the J2P book series, it's not very accurate. Personally, I focused way too much...
August 7, 2012 at 8:26 pm
GSquared (8/7/2012)
August 7, 2012 at 5:26 pm
All versions of the .net framework can co-exist on the same server. You should be OK.
Mark
August 7, 2012 at 5:18 pm
Viewing 15 posts - 91 through 105 (of 123 total)