Topics
Started by
Posts
Last post
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
By: Stupeo
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
Hi, Currently I am developing a Job Portal using SQL Server 2005. I have certain queries like searc…
5 replies
By: noeld
Hi I have a query which takes 1 sec to return results when the WHERE clause is as follows WHERE (FT…
6 replies
By: noeld
I am having 2 tables Primary table (test1) which contains two columns ID Name Secondary table (test…
3 replies
By: Vladan
Hi, Lets say i have two stored procedures, one callign the other to get its output into a varible. …
5 replies
Viewing 15 topics - 9,706 through 9,720 (of 12,230 total)
You must be logged in to create new topics.