Viewing 15 posts - 10,006 through 10,020 (of 15,381 total)
jbalbo (11/20/2012)
Not sure how to set this up?
INSERT INTO PROVIDER_TO_TRUSTED_PROVIDER_COLLECTION
OID_LINK = '003A19E3D3B040958EFA16EB2585B0DC', OID=oid
SELECT PROVIDER_TO_TRUSTED_PROVIDER_COLLECTION.OID, PROVIDER_TO_TRUSTED_PROVIDER_COLLECTION.OID_LINK
FROM dbo.PROVIDER_TO_TRUSTED_PROVIDER_COLLECTION where OID...
November 20, 2012 at 3:01 pm
I put the complete SQL below in and actually get THREE records... two of the FIRST block:
Looking at your code I don't quite see how that is possible. How many...
November 20, 2012 at 2:58 pm
Bruce Edney (11/20/2012)
Hi LowellNo I know about the refresh local cache
the issue is no column size display in the hover over feature (see attached files)
Regards
That looks like it is a...
November 20, 2012 at 1:39 pm
Since nobody else has asked...couldn't these two triggers be combined into a single trigger with 1 insert statement?
SELECT INSERTED.PO_Number + INSERTED.AppUser + INSERTED.SoftwareShortName + INSERTED.HeatTicketNumber
,(INSERTED.Unit_Price * - 1)
,'823008'
FROM INSERTED
WHERE INSERTED.Transaction_Type...
November 20, 2012 at 1:37 pm
lex9120 (11/20/2012)
by any chance does anyone have an idea on how to perform the following?
I need to create a stored procedure named PartInventory that returns a grid (temp table)....
November 20, 2012 at 1:24 pm
You also should not keep creating new threads for the same thing. Your answers are all over the place. It would be far easier to use the same thread for...
November 20, 2012 at 10:37 am
Guru Nagabhushan (11/20/2012)
November 20, 2012 at 10:34 am
bertinlosier (11/20/2012)
Is the following possible.declare @prevStatus char(1)
update table1
You need to provide a LOT more information before anybody can begin to answer your question. In fact, you haven't really posted a...
November 20, 2012 at 10:29 am
sqldba4u (11/20/2012)
November 20, 2012 at 10:26 am
Lowell (11/20/2012)
November 20, 2012 at 7:59 am
sqldba4u (11/20/2012)
HI,There is a requirement to create a script to identify who is using which view and at what time? Its for SQL Server 2000.
Can someone help me here?
Regards
sqldba4u
You aren't...
November 20, 2012 at 7:54 am
Duplicate post. Please direct all replies here. http://www.sqlservercentral.com/Forums/Topic1386842-391-1.aspx
November 20, 2012 at 7:39 am
SQL server rokee (11/20/2012)
I'm a rokee when it comes to T-sql.
I have been trying to create a view from a table(lets call...
November 20, 2012 at 7:37 am
math martinez (11/19/2012)
You don't need to use just to match the year and the month of your parameter. Try this query
SELECT MachineName, ModeName, FileName, UserName, StartDate, StartTime, EndDate,...
November 20, 2012 at 7:30 am
solomon.jernas (11/19/2012)
performanace...
Are you saying you want the best performance? We can't tell you what is best. Read what G2 said above, unless there is a definitive reason to do otherwise,...
November 20, 2012 at 7:27 am
Viewing 15 posts - 10,006 through 10,020 (of 15,381 total)