Topics
Started by
Posts
Last post
How to Create Trigger on the Table and coulumn i've a tebles called Emp & EmpHis whenever updat…
1 replies
Hi Is there a way through string manipulation to remove empty spaces from a field E.g turn F R A N…
13 replies
Hello, I have the following query, which looks pretty simple to me, but takes up to 0:00:48 seconds…
11 replies
Hello, at first - excuse my bad english, but nevertheless i have a problem. 😉 I hope you can h…
1 replies
I have the following procedure: Extract_Report(@ReportType varchar(10)) as if @ReportType = 'A' be…
10 replies
Hi, Is there any way I can automatically get the output of a stored proc executed? The output of my…
9 replies
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=131&messageid=217227 <a href…
5 replies
Greetings I have a trigger that does some calculations on the row every time a row is inserted…
3 replies
--northwind - how weird is this? select *from Products where UnitPrice>30ORDER BY ProductID sel…
1 replies
I have a query that has the following syntax...... select * from openquery (testserver,'select loca…
3 replies
We have tables with Projects, Departments linked to Projects, Rooms linked to Departments, and Proj…
1 replies
Hi guys: I have an asp application that asks the users for their SSN. I like to know a w…
2 replies
Hello friends, i need that a procedures it returns me a result of a query,or some array that i can …
6 replies
Hello gurus, I've never used cursors because I've always heard how "wrong" they are.. but that they…
5 replies
SELECT TYPE,vendor,discontinueddate, datepart(quarter,[discontinueddate]) AS 'Quarter' from dbo.EOL…
4 replies
Viewing 15 topics - 9,166 through 9,180 (of 17,082 total)
You must be logged in to create new topics.