Topics
Started by
Posts
Last post
I have a UDF bound to a field in a table. The UDF calculates the value of the field and the two fie…
1 replies
I'm not sure if anyone can help. I've written xp_gcquery to login to a remote server and run usp_gc…
2 replies
I have this procedure to update the counters in 7 companies. I do not want to run the script in eac…
3 replies
Hi I have a table say Orders with a column Orderdate. I have to base my query on OrderDate. The pr…
2 replies
Hi there, I have a query: Declare @TableName Varchar(1000) DECLARE TOP10DATA_Cursor CURSOR FOR Sele…
1 replies
I have the following 3 tables: TABLE: Person PersonID, PersonName TABLE: Apartment Ap…
6 replies
Hi, I have a table named Table1 with a column called FixedFilterData which holds a T-SQL syntax fil…
2 replies
I have a 1-to-many relationship between my "Game" and "GameInfo" tables. TABLE: Game GameID,…
1 replies
I have the following 2 tables: TABLE: Game GameID, Team1ID, Team2ID TABLE: TeamList TeamListID, Tea…
2 replies
Hi I am trying to drop a table but its giving error message Cannot DROP TABLE 'dbo.Tablename' becau…
1 replies
Hi all, I have a simple query which returns all the names of products attached to a particular ord…
4 replies
When I run this query below I get the error message below. The problem seems to have som…
1 replies
hi, i am trying to update one table column with other table column UPDATE MET SET abc=(SELECT …
3 replies
I have build a application in Visual Studio.Net 2003 VB, and this application is making abouth 150 …
2 replies
Does anyone have some code that will return a value corresponding to the number of Monday's in a mo…
4 replies
Viewing 15 topics - 2,911 through 2,925 (of 4,456 total)
You must be logged in to create new topics.