Topics
Started by
Posts
Last post
i have a table of datetime vals. I need to get only the distinct dates (don't care about times) …
7 replies
By: snomadj
[font="Courier New"]This script below renders job name -AND- average duration for each job. (The A…
3 replies
Hi All I have created a table as shown below Create table #temp (ID int,Levelid int, v…
3 replies
Hi I am trying to capture the Stored Procedure call executed by a report. When executing my TestPr…
4 replies
I know this should probably be easy but I've tried several syntaxes and none of them work. I basica…
6 replies
Essentially want to insert/update rows from tasks table to tasksimport. MERGE TASKSIMPORT as Targ…
1 replies
By: dsdeming
I have a script, from a vendor, that I want to run in a job step, so I can schedule it to run on a …
4 replies
By: RML51
Could just be that my brain is fried from looking at this for so long, so, I thought that I would p…
17 replies
I have dozens of stored procedures pointing to another server and at times they need to point to an…
6 replies
Hi All, Please fine the following is the scenario: CREATE TABLE #ABC ( id INT IDENTITY(1,1), anoth…
2 replies
Hi, I have a stored procedure on a sever where i have only execute permission of the proc. I am usi…
1 replies
By: Mike01
Hi, foll. is my query: declare @tbl1 table ( col1 smallint ) insert into @tbl1 select 1 union all …
1 replies
By: arun.sas
I have a table in which the last colum defines the type of table for eg. I have 6 values ,Boolean a…
4 replies
Declare @StartDate datetime,@Start_Date varchar(20) Set @Start_Date='11/16/2009' set @StartDate=cas…
7 replies
As i said i have to create a MS SQL Server stored procedure that converts a tables column data type…
2 replies
Viewing 15 topics - 4,711 through 4,725 (of 12,234 total)
You must be logged in to create new topics.