Topics
Started by
Posts
Last post
Hi, I wrote a SP to pass a value to SP. It works well ALTER PROC [dbo].[getCompleteItems] (@p_ItemI…
5 replies
By: SQLBlimp
I am trying to assign the number of days from the beginning of a program to an event in that progra…
8 replies
I'm having an issue converting a scalar function into Table-Valued function and was hoping some of …
30 replies
Ok... without going into lots of detail, here is what I have. i. Users log into our web reporting s…
1 replies
I have a stored procedure, I need to set the parameter default value to below, but in it shows the…
3 replies
Hi I have a long running query that's been running for more 20 hours now. I have stopped the query.…
4 replies
Hi all, I have a table with column XML type. I am trying to read values from XML datatype but I ot …
4 replies
By: Tava
I have a need to automatically add a server role after any login is created. The idea so far is to …
4 replies
Hi, I have below table CREATE TABLE [dbo].[Temptable]( [name] [nvarchar](50) NULL, [namesrt] [in…
4 replies
Hi all, Here is the table script and some data below: Create table XMLwithOpenXML ( ID int identit…
3 replies
Hello, I have an existing query: SELECT i.Division, DocStatus, SUM(CAS…
12 replies
Hello, I have created a custom scheduler that has been running fine, but it depends on SQL Server A…
7 replies
By: binsel
I am sorry to ask a similar question here again because requirement changed, below is the script to…
10 replies
Hi All, We have a formula called BetaDist() in MS Excel. I want to implement the same formula in …
2 replies
Hi All, Getting Type Conversion Error for Select statement. LEFT OUTER JOIN PART_LIST p2 ON e.stat…
2 replies
Viewing 15 topics - 2,386 through 2,400 (of 10,647 total)
You must be logged in to create new topics.