Viewing 12 posts - 1 through 12 (of 12 total)
Thank you for all the input guys. I tried a little of everything to get this tuned, and agree that it is pointless to try to optimize if I can't see...
July 5, 2017 at 11:51 pm
I just took (and failed) my 462. I went into it blind just so I could meet the free retake deadline. I got 550 out of a needed 700 (with...
May 29, 2015 at 4:07 pm
Hello, thanks for the reply. Let me clarify. Here is the code application side that inserts the data:
Private Sub LogPackage(ByVal RecordId As Integer)
...
June 25, 2012 at 8:47 am
Solved: The records were there, but were not being inserted in order by record id. 'Open table' is SSMS 2005 doesn't sort the records returned by primary id. ...
July 12, 2011 at 3:54 pm
Thanks rhlangley!
That was a really helpful post so I can see how the two technologies work together. I appreciate the effort you took to help me out. I am...
July 12, 2011 at 12:37 pm
I am going to rewrite this weekend and use these suggestions. Thanks for the solid advise. I have never used stored procedures before or other aspects of SQL like 'output'...
July 8, 2011 at 10:58 am
toddasd (7/7/2011)
...
I have a program that inserts a record, returns the record id of the newly inserted record, then inserts another record in another table using the returned row id...
July 7, 2011 at 5:10 pm
Steve-3_5_7_9 (6/29/2011)
I also do not see the options that I posted earlier. It's only for SQL 2008 SSMS.
I'm...
June 29, 2011 at 12:47 pm
Steve-3_5_7_9 (6/29/2011)
June 29, 2011 at 11:01 am
SQLRNNR (6/28/2011)
Do you get an error?
Are you trying to...
June 28, 2011 at 5:38 pm
Thank you for replying. I am sorry for being confusing... still learning the SQL lingo 😀
SQLRNNR (6/28/2011)
June 28, 2011 at 3:35 pm
Anyone?
June 28, 2011 at 1:50 pm
Viewing 12 posts - 1 through 12 (of 12 total)