Advertisement

1 - 10 of 1249 containing alltags:("Microsoft SQL Server 2000") (0.009 seconds)
Hello I want to return a count from Dynamic SQL.  This is what I have so far...can someone make it work?: Alter     Procedure [dbo].[uspSelectCheckForERCOSPO] @NavCoID tinyint AS declare @sql...
Zones: MS SQL ServerDate Answered: 09/08/2008 Grade: A Views: 16
Consider a table called useraccess with just 2 rows. Username and reportname. These 2 rows define what reports a user is allowed access to. Now the front end (web selecting individual user and sa...
Zones: MS SQL ServerDate Answered: 08/20/2007 Grade: A Views: 0
Is there a problem with using the same proc to feed multiple reports?
Zones: MS SQL ServerDate Answered: 09/14/2007 Grade: A Views: 0
I am using this query to select data from a table: SELECT StaffID AS RecipientID,     Title + ' ' + FirstName + ' ' + LastName AS RecipientDisplayName,      Title + ' ' + FirstName + ' ' + La...
Zones: MS SQL ServerDate Answered: 09/19/2007 Grade: A Views: 0
I created a chemicalRollup with the fields: chemicalCity, chemicalCityRollup, chemicalState, chemicalCountry but I am running into 2 problems: 1) Since there is Jacksonville in North Carolina an...
Zones: MS SQL ServerDate Answered: 09/20/2007 Grade: A Views: 0
I thought I was pretty good at stored procedures, however I might be wrong in this case. Consider a stored procedure (Or the start of it as this is where it's failing) as follows. CREATE    ...
Zones: MS SQL ServerDate Answered: 09/26/2007 Grade: A Views: 0
Good evening, I have 2 servers running under NT4 and SQL SERVER 2000. There is one database replication between those servers. The replication monitor is OK (color green). The problem that I ha...
Zones: MS SQL ServerDate Answered: 09/08/2008 Grade: A Views: 0
I have sql 2000 installed on a old computer that needs to be replaced. The problem is that we misplaced the product keys. How do I locate the product key on the existing server to be used on the n...
Zones: Databases, MS SQL Server, MS SoftwareDate Answered: 10/08/2007 Grade: A Views: 0
Currently running sql server 2000 and writing a vbscript to store latitude and longitude in a the database.  Column defined to store this information is has a type of float with a percision value o...
Zones: MS SQL ServerDate Answered: 02/16/2008 Grade: A Views: 0
Hello, I refer to http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22128281.html Regarding Char vs VarChar. I am wondering on this consideration for int, bigint, money a...
Zones: MS SQL ServerDate Answered: 10/11/2007 Grade: A Views: 0