Viewing 15 posts - 16 through 30 (of 78 total)
Forward slash is easier. We can use the singlequote as well for the file path parameter
September 27, 2017 at 7:50 am
September 25, 2017 at 1:10 pm
September 20, 2017 at 3:49 pm
Try below query, i have created a temp table with some sample data. you may need to change the order by clause based on the data you want to see.
September 20, 2017 at 3:43 pm
Try this query, this should work. You can use select clause to check the data to be deleted
DELETE FROM A
--SELECT *
FROM dbo.PinheadTest a
September 13, 2017 at 4:15 pm
Please give some test data and expected output.
Based on current input you are trying to update parent table (Table1) with child table (Table2). Why do you want to use...
September 8, 2017 at 7:56 pm
September 8, 2017 at 8:55 am
-- TEST 1:
--...
September 7, 2017 at 9:48 am
please give some sample data and expected result
My understanding is you want to change first character with 27th, below script should be useful
Declare @txt...
September 7, 2017 at 7:33 am
I don't think it is possible at fact table level. can you just update those 2 columns with NULL values for those old financial year, if number of records not...
September 6, 2017 at 1:31 pm
kjmullen - Wednesday, September 6, 2017 7:05 AMLoved the last 2 of these. Do you have this available in Word or Excel?
Word...
September 6, 2017 at 10:00 am
I would not go for trigger. There are few other option, so can have better control and guaranteed email and logging
1. as soon as application updates the record, it...
September 6, 2017 at 9:56 am
September 5, 2017 at 3:46 pm
Is the remote connection connecting through a link server or app server? in that case you need to check the query timeout setting in link server/ app server connection configuration.
September 5, 2017 at 2:35 pm
In small organization of course one resource may have to do all the tasks related to SQL. But in my experience I have seen mostly expectation is installing SQL Server,...
September 5, 2017 at 2:11 pm
Viewing 15 posts - 16 through 30 (of 78 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy