I'm trying to move my development environment from one computer to another. Does anyone know if tthere is a way to move my user data and memu preferences? I'm trying to find where/how my toolbar snippits are stored.
Thanks
Wow, thanks SQLSister for taking the time to outline this information for me.
>>It is very dangerous to write a trigger such that it only expects to process one record.
I follow you there! I did not set this application up and have been called in to help fix it. It looks like I have a lot...
jmeckley, thanks, that makes more sense. That also answers another question I had about how the adjustment was being made. That explains the why they have it there, so now I just have to debug the logic to get it working correctly.
The original value was 0 so that's where the 0 is coming...
I would expect it to be use in an on Delete trigger. But why is it being used her, in an Insert,Update trigger?
What does it contain during an Update? I'm updating the table with 60 and the
SELECT @DC0BUDGET = IsNull(Dc0budget,0) FROM Inserted
returns 60 as expected, but then the
IF...
Hi
I have been working with other database for a number of years now, but this is my first experiance with SQL Server. I'm finding a lot of confusing things about the way this database I'm dealing with was written. I'm used to putting my database commands into my application that sits on top...
This should be a simple, straight forward query, but it won't come back. Because it's so simple I don't know what else to do to debug it...
Platform: Oracle8i Enterprise Edition Release 8.1.7.3.0
What I'm trying to do:
Query two tables containing cost data to get the average line item cost...
I have a page where I'm running a process that is going to take roughly 20 minutes. I want to give the user feedback every few minutes to show the process status.
I'm doing this by using response.write to list out process actions and then use response.flush at certain key points to output the...
I have an ASP.NET web application that needs to allow the user to start a long process to perform complex calculations and create/manipulate database records.
-- I need to allow a user action to start the process from a
form where needed input parameters are supplied.
-- I'm planning on...
I have a long process I'd like to turn into an executable on the server and enable the ASP.NET application user to kick it off. Did you ever find out how to execute an application on the webserver?
Judy
Well that would be great! I've found someone here who's a graphic artist and is going to handle it with the printer for me, so I don't have to worry about it now.
Thanks for the reply!
I have been asked to provide a logo in two colors only to our printers. Since our logo is shades of blue and black, how do I save it as those two colors only?
I'm writing a class that's going to be used by other programmers in my company besides myself. I'd like to provide decriptive popups for the IntelliSense to help them determine which properties or methods they need to use (like what appears in the yellow box next to getType when you click on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.