Viewing 8 posts - 1 through 8 (of 8 total)
I’ve glanced at the title of the latest SQL Server Central newsletter “Lots of Interesting Tech News” and it looked like, “Lost Interest in Tech News” :- ) Then I...
July 16, 2022 at 5:23 am
Steve Jones - SSC Editor (12/23/2010)
Comments posted to this topic are about the item <A HREF="/articles/Editorial/71949/">Merry Christmas 2010</A>
I really liked the last seconds of you video, when you're saying, 'That's...
December 24, 2010 at 7:43 am
kiranmai.gompa (7/7/2010)
Iam developing a database with Access as front end and Sql Server 2005 express as back end. It should be used in a multi-user environment. Some users should have...
August 5, 2010 at 10:55 am
Or you can run the dynamic SQL in your VB code and execute you stored procedure with explicit parameters naming:
EXEC sp_MyStoreProcedure @Parameter2 = 2, @parameter1 = GETDATE()
March 29, 2010 at 8:54 am
Thank you!
This is what I need.
December 8, 2008 at 11:55 pm
myke (8/7/2008)
August 8, 2008 at 7:37 am
Egon Rijk (8/6/2008)
The status field should be part of the key and has three values, according to your scheme.
Actual records have...
August 8, 2008 at 7:29 am
Well, the thing is that user needs to work with the whole set of data most of the time. The database itself is not a large OLTP database with thousands...
July 31, 2008 at 8:34 am
Viewing 8 posts - 1 through 8 (of 8 total)