Viewing 15 posts - 6,601 through 6,615 (of 13,876 total)
Thom A (10/4/2016)
October 4, 2016 at 5:50 am
JALLY (10/3/2016)
yes, i want to create these duplicates.
Merely repeating your request, rather than answering my question, does not fill me with enthusiasm in terms of providing a useful response, sorry.
October 3, 2016 at 1:56 pm
JALLY (10/3/2016)
How can i return rows in a table by a value in a column of that table:
for example:
i have a row with table structure below :
!D Schedule ISCI rotationnumber
1...
October 3, 2016 at 1:28 pm
JustMarie (10/3/2016)
Phil Parkin (9/28/2016)
My company uses Control M to batch jobs. That requires config files. Moving to the catalog isn't an option.
I'm interested. Can you explain why, please, in...
October 3, 2016 at 10:32 am
GA_SQL (10/3/2016)
Ok,
..Such that there is a single table containing salaries, with appropriate effective dates.
October 3, 2016 at 6:26 am
Kn1807 (10/3/2016)
They want it to be:
working days 1-5 = 40% of total budget
6-10...
October 3, 2016 at 5:43 am
GA_SQL (10/3/2016)
October 3, 2016 at 5:38 am
Please have a look at this link and see whether you may be able to adapt it to your situation.
What you are probably looking for is a 'recursive CTE'.
October 2, 2016 at 9:39 am
There's a quick 'n' dirty way of doing this which resembles the technique used by Des, whose set-up script I have copied (thanks!):
IF OBJECT_ID('tempdb..#Required', 'U') IS NOT NULL
...
October 1, 2016 at 6:07 am
ashok.makil (10/1/2016)
My query is whether SQL server license is required for the WEB server & for the application server ?Or is it required only for the database server.
Regards.
Ashok Makil
It's required...
October 1, 2016 at 5:40 am
There is no 32-bit version. You need a 64-bit system to install SQL Server 2016. Check the system requirements page.
October 1, 2016 at 4:02 am
pavan.msbi558 (9/30/2016)
when i trying to install sql server 2016.iso file i am getting below error . Please give me solution for this issue
sql server media is not supported on...
September 30, 2016 at 4:46 pm
quinn.jay (9/30/2016)
John Rowan (9/30/2016)
September 30, 2016 at 9:53 am
PiMané (9/30/2016)
I've a table with 1.000.000 rows where active records and inactive records are kept, since the user can search on both status (only 5% or less of the time...
September 30, 2016 at 8:29 am
quinn.jay (9/29/2016)
John Rowan (9/29/2016)
September 30, 2016 at 6:34 am
Viewing 15 posts - 6,601 through 6,615 (of 13,876 total)