Viewing 15 posts - 76 through 90 (of 127 total)
the lead programmer who designed and built the system here put one database per customer with one database for all customers - for those system tables and user functions that...
September 23, 2008 at 6:19 am
I can test in Visual Studio (I have SQL Server Express on my machine)
left click and Step Into User Function or something like that
September 23, 2008 at 6:17 am
this is all well and good but if company B won't bring you on as a contractor being represented by company X because you worked at company B before, being...
September 9, 2008 at 7:56 am
I lost a job because of a non-compete clause. The only good to come out of it was to show that my would-be employer had principles. I think...
September 8, 2008 at 7:24 am
worked like a charm
took a bit of futzing to get Element with Attribute nodes in VB.NET
but it turned out to be very simple code
August 27, 2008 at 1:02 pm
thanks!
actually, all I need to put into XML are the keys of the records to be changed
the price will be the same for all so it can be a separate...
August 25, 2008 at 12:45 pm
If there is no pressing need to generate the numbers in SQL consider generating them in code
I found that the rand() function would repeat numbers, defeating the purpose of random...
August 21, 2008 at 6:46 am
" I've rarely used the debugger, "
you're a better developer than I (goes without saying)
I don't always need to debug every new stored procedure I write but when I do...
August 18, 2008 at 7:15 am
I worked last winter at a shop with a flavor of SQL Server 2005 with debugging capabilities - within SQL Server itself I could right-click on any stored procedure and...
August 15, 2008 at 6:39 am
to clarify passing a parameter from a stored procedure into a function, especially if both parameters have the same name, DECLARE a variable of the same type and set it...
August 6, 2008 at 6:55 am
you could throw in a few judiciously placed PRINT statements, as already suggested
don't you have a debugger for your stored procedures? if not in SQL Server itself then in...
August 6, 2008 at 6:50 am
Working from home is not always a good thing. A man who used to live in the apartment above me worked at a Internet media company (now defunct) and...
August 5, 2008 at 6:38 am
I accomplished this task by declaring synonyms
there is a "master" application database which has a table containing all the other databases
the cursor creates, using dynamic SQL, synonyms for every table...
August 1, 2008 at 7:05 am
When I started at one job the first thing my new boss did was google me - and found my interests, which weren't "controversial" here in Connecticut but might be...
August 1, 2008 at 6:54 am
Jezemine has a good point - put SQL in code and there is one more place that hast to be scanned whenever tables changes are made
IMHO I think it is...
August 1, 2008 at 6:50 am
Viewing 15 posts - 76 through 90 (of 127 total)