Topics
Started by
Posts
Last post
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
hi all, In my task i have to count the number of dates between the two given date, i find using Dat…
3 replies
I can best explain my Problem with a simplified example: Given a Table like that: ID,Status, date, …
1 replies
I have a table that looks something like this: CREATE TABLE Test_Defaults ( column_a INT , column_b…
3 replies
I have the following procedure: CREATE PROCEDURE [dbo].[spGetTestedExamPatterns] @ExamIdint As S…
2 replies
I have a Customers table with a TIMESTAMP column Date_Registered. I only see 'Binary Data' as value…
3 replies
I have a stored procedure and i'm executing a dymamic SQL statement like this. DECLARE @sql nvarch…
2 replies
hi guys, i have an issue, i am trying to query my profiler results, to be specific my duration colu…
3 replies
i cant seem to figure this very simple thing out.. i have following query: UPDATE fiscaldate SET fi…
2 replies
I have a table with column days(varchar(255),null) which has data like 1;2;3;4;11;18;17;10;9;8;7;1…
19 replies
One of the basis relational operators is PROJECT, which Dr Codd defined in his seminal paper "A Rel…
6 replies
CUSTOMERS.NAME holds names currently in the format of John Doe... I would like to convert these to …
7 replies
Viewing 15 topics - 9,706 through 9,720 (of 12,234 total)
You must be logged in to create new topics.