Topics
Started by
Posts
Last post
Hello, I have two questions concerning full-text indexes. If I run the following queries on a table…
7 replies
Getting the above error when trying to run a stored procedure. Where should it be? Why haven't I go…
2 replies
I saw the script on this website that counts the number of rows in a table. I modified it to return…
6 replies
Could someone please help me with this syntax? update #temploadpac set city_state = left(city_state…
12 replies
I thought a varchar data type required more storage than a fixed type (e.g. char). Supposedly varch…
1 replies
Hello folks! I'm kinda new to SQL and I'm wondering if it's possible to bookmark rows in a stored p…
2 replies
CREATE TABLE [tablea] ( [productid] [int] IDENTITY (1, 1) NOT NULL , [category] [varchar] (2) NUL…
1 replies
Is it possible to set a new page size in SQL Server 2000??? If so, how?
7 replies
I have written a Visual C++ program that accepts one or more strings, creates an Oracle clob and th…
8 replies
When is allocate memory for a variable in a Script T-SQL? In the DECLARE instruction? Or in the SET…
4 replies
Does anyone have a SQL script that will return ALL the SQL text for all the stored procedures that …
3 replies
I'm very new to this game and have been given the job of moving data from our old production databa…
1 replies
I run the following query: update [product-summary] set [product-summary].price = convert(money,[pr…
1 replies
Hi all, Somehow I think this may be a newbie question, but despite the risk of getting flamed I hav…
4 replies
I would like to create a process that uses the current month (Month(GetDate()) as criteria to first…
3 replies
Viewing 15 topics - 16,681 through 16,695 (of 17,082 total)
You must be logged in to create new topics.