Viewing 15 posts - 2,371 through 2,385 (of 8,761 total)
February 6, 2017 at 2:12 am
If @action='Save' or @action='Submit' then the procedure will add the data to the SSMC_EPMT.dbo.EPMT_TBL_REQUEST table
😎
Suggest you generate some sample data in order to make your ,net code work,...
February 6, 2017 at 2:07 am
Out of curiosity, why duplicate the results?
😎
You could do something like thisDECLARE @x XML = '<revieves>
<recievemessages>
<message>test</message>
<to>111111</to>
February 6, 2017 at 12:45 am
I have a scenario where a query should bring all names that match a...
February 6, 2017 at 12:26 am
The function is executed by this line of code in the procedure
😎
set @NStatusID =dbo.ePMT_findStatus(@action, @status)
February 6, 2017 at 12:22 am
First thought would be to delete from the sysjobhistory table and use the output clause to archive the entries, no risk of any duplication.
😎
DECLARE...
February 6, 2017 at 12:16 am
Quick question, what is the divisor ct in your TotAvg calculation?
😎
((Jan2016t + Feb2016t + Mar2016t + Apr2016t + May2016t + Jun2016t + Jul2016t +...
February 5, 2017 at 11:28 pm
February 5, 2017 at 6:22 am
Why this works: SELECT * FROM OPENROWSET (BULK 'C:\Users\kift\Documents\milkyway.jpg', SINLGE_BLOB) AS BLOB
but this does...
February 5, 2017 at 4:11 am
February 5, 2017 at 3:56 am
Here is a quick suggestion towards a solution that should get you passed this hurdle
😎
USE TEEST;
GO
SET NOCOUNT ON;
--https://www.sqlservercentral.com/Forums/1856286/Defferance-Count-days-within-one-year
IF OBJECT_ID(N'dbo.TBL_SAMPLE_DATE') IS...
February 5, 2017 at 3:38 am
susmitha117 - Friday, February 3, 2017 7:35 AMHow many rows does a database contain in 1TeraByte?
As many as there are in there,...
February 3, 2017 at 8:06 am
February 3, 2017 at 7:59 am
Back in the old days I was managing several mission critical database servers using GSM Data / GPRS, SSH and Putty on this device
😎
Must admit...
February 3, 2017 at 7:51 am
Viewing 15 posts - 2,371 through 2,385 (of 8,761 total)