Topics
Started by
Posts
Last post
I want to write SQL query that, when given a month of the year, will return a table with eventID as…
3 replies
Hi all, I'm trying to update a table using a subquery. when I run the below script I get an error M…
14 replies
hi, i want last day last year,what is the function for that. example if i put date 02/29/12 the i …
16 replies
Hi folks, First of all, hello SQLServerCentral users. I have been a member for some time but this i…
5 replies
I have a table that looks like the following: I want to be able to update the trendValue column ba…
1 replies
I execute the following Statement: Select 'DATED_TEXT','DATED_TEXT_RTF',DATED_TEXT_RTF, count(*) …
15 replies
I wrote some Stored Procedures using CTE but not that much. How could I convert the code below to C…
30 replies
I have the following sample data: create Table dailyLog( logId int, name varchar(100), date da…
6 replies
What is best way to write this statement? 1) DECLARE @L_ZERO INT SELECT @L_ZERO = IdMyTable FROM My…
9 replies
Hi All, I've been googling like crazy for an approach to calculate SomersD statistic on data sets. …
3 replies
Hoping the gurus here can offer some advise here. I need to update a field ( Age ) in Table_1 base…
13 replies
I am trying to create a stored procedure where i would like to fetch the next previous and current …
6 replies
I have created a table that will assign several activities in my Primary table into four groups (ru…
2 replies
Hi Guys, I've received a set of files. The files can be grouped, with 3 files per group. For exampl…
1 replies
i need to parse a string like [p]a]a]s]s][p when a [ sign occurs then next letter need to be conv…
27 replies
Viewing 15 topics - 5,926 through 5,940 (of 10,635 total)
You must be logged in to create new topics.