Topics
Started by
Posts
Last post
Hi! Does the SQLServer 2005 store the information when a row was inserted or updated by itself? I g…
2 replies
i need to find the contents of a directory. generally i just do the following: CREATE TABLE #DirT…
9 replies
i want to avoid using the old OLE objects as, well, they are old and i want to use somthing that wi…
3 replies
I need to do a select with a join from a table in the form of a simple select. SELECT bla bla FR…
1 replies
By: Vladan
I need some help getting the corresponding records from my db. I can't seem to get it right. I am h…
2 replies
By: souplex
I try to insert all record from a table in a database to a equal table in another database Insert i…
2 replies
Hi, Today a developer bring me a problem. He need to rewrite a SP and add some parameters to filter…
5 replies
By: Vladan
Hi, I'm using SQL 2005 T-SQL. I'm need to extract partial data from a concatenated address field. T…
4 replies
I have the following insert statement: insert into Resident(Identifier_Type,Identifier,Full_Name,Do…
1 replies
We have a COBOL application that is part of a batch program that connects to a SQL 2005 database vi…
2 replies
Hi, My sp runs 2 min+ but the Query Anayzer finishes it in 7 sec. it's a monthly sales forecast rep…
6 replies
Guys hi, i have a table called filteredarticle that has an xml column named articlexml. From this …
2 replies
I am inner joining two tables. The join field in one table is numeric; the join field in the other …
7 replies
create table Addr ( id int primary key, NAME VARCHAR(20) ) GO insert into Addr VALUES (1,'…
2 replies
Not looking for a beginner book but rather something for fine tunning and optimizing your procs and…
6 replies
Viewing 15 topics - 9,691 through 9,705 (of 12,230 total)
You must be logged in to create new topics.