Topics
Started by
Posts
Last post
[font="Courier New"]Using SQL 2000 Here is the DDL and some sample data USE TempDb Go --Inks table …
3 replies
Hi, I have a field which contains XML data information and I need to parse the information. Any ide…
2 replies
using sql 2000, I see that there is an xp_cmdshell windows program that will execute a .bat file fo…
3 replies
HI all, i am facing a problem while passing arguments using in operator i have a master table color…
2 replies
Hi there, We had a Checkdb maintanance job on our production box. While executing DBCC CHECKDB ,per…
1 replies
Hi All, Does anyone know of a way to insert records into one table from another table based on the …
4 replies
Hello all, I have an order table which is updated over time. I want to select for each orderid the …
3 replies
Good Morning, I'd like to create a query that shows all the missing records in a related child tabl…
2 replies
I have the following code: SELECT @OLD_VALUE = (SELECT NUMBER_OF_POS from deleted) SELECT @NEW_VAL…
1 replies
Hi All, I want to execute below mentioned sql query. USE Northwind GO EXEC (' select * INTO #temp f…
4 replies
Can anyone help me make a function that will take a string, remove noise words listed in a table, a…
3 replies
I'm having a bit of a problem determining if a job in question is currently running due to the job …
4 replies
I have a table with 106 columns, and I would like to change the predefined value 'NULL' to other va…
7 replies
I have next procedure: create table #desglose( Dia smalldatetime null, B_Salto smallint null ) d…
5 replies
I have a working cursor-based query for returning the unique results of a listing of 'from' (point …
6 replies
Viewing 15 topics - 2,626 through 2,640 (of 17,082 total)
You must be logged in to create new topics.