Topics
Started by
Posts
Last post
Hi, I'm wondering if there is a way to write a query such as this without using a SELF JOIN.. SELEC…
2 replies
I am trying to come up with a solution for the following problem: In a table with 'X' amount of re…
7 replies
Is there a way of querying a list of reserved words in SQL Server. What I am trying to do is write …
5 replies
I am running a maintenance plan on a 128 gb database in sql 2005. I crated a maintenance plan with …
1 replies
hi all, the following is my table structure: page_id(int,pk),parent_id(int),page_title(varchar 50) …
3 replies
Does anyone know how I can create Column2 data using SQL? Column1 Column2 A 1 A …
3 replies
I have text stored in a text field and full-text indexing enabled. After a search using contains I…
2 replies
I use the following stored procedures to execute DTS SET QUOTED_IDENTIFIER ON GO SET ANSI_NULLS ON…
1 replies
Greetings. My SQL Server has a link server, e.g. with IP X. I want to query data as follows: selec…
1 replies
I have this table MAD_MOV that will have all my warehouse movements of my products. In addition to …
1 replies
One table has many fields. And in the table,it has a clustered index on a fieldA, and a noncluste…
15 replies
Hi folks, I have a query that returns 540,000 rows in 46 seconds It uses a base table and joins to …
1 replies
Hello, I had no luck finding an answer in the forums and books for that problem dealing with paral…
3 replies
i have a database in which around 700 stored procedure in 140 sql files and now i want to execute a…
3 replies
I have a column with data like below. I want the number between first period and the second period…
9 replies
Viewing 15 topics - 856 through 870 (of 4,455 total)
You must be logged in to create new topics.