Topics
Started by
Posts
Last post
I have a table in which there are comma delimited fields, I want to update them based on conditions…
19 replies
Please see attachment PlanCat.docx.
4 replies
Hi All Consider the following 2 Tables: CREATE TABLE [dbo].[T1]( [Col1] [int] NOT NULL, [Col2] [i…
13 replies
Hi, I need to write an Instead of Insert trigger on a table that logs proxy information. There are…
9 replies
I need to export the data from a query(select col1,col2,col3 from table where col1 is not null) to …
3 replies
Hi Following is the code DECLARE @ProductOption TABLE(ProductOptionID int,Name varchar(100),Produc…
6 replies
Hi All, I have a more than 3 lacs emailId in my customer table. I want to extract domain name from …
5 replies
Hello, I'm trying to drop a table if exists then create it as part of a dynamic query but it keeps …
6 replies
I am setting up a sql server 2008 r2 database with the associated tables, views and stored procedur…
2 replies
please tell any one , how i see the query which is used for creating a table
7 replies
I am working with the data from msdb.dbo.sysjobhistory and want to take the average duration of eac…
24 replies
I have a pivot table that displays studentid and a list of assessments as the columns the cells are…
6 replies
Hello, I have a the following table: Time NumCaseCode 15h00 - 16h00141 15h00 - 16h00142 …
13 replies
I want to setup a stored procedure for a sql server 2008 r2 that can update between 0 to 8 columns …
7 replies
hi friends, Entry_id Eventy_type_id( not unquie) Event_value( not unique)Event_datetimeusername…
13 replies
Viewing 15 topics - 5,911 through 5,925 (of 10,635 total)
You must be logged in to create new topics.