Viewing 15 posts - 136 through 150 (of 9,641 total)
The problem is that your ON clause must not identify unique rows.
The other issue with your post is that the MERGE statement includes an ean column and the...
March 15, 2016 at 9:51 am
User1 must be given permission to impersonate user2, but I'd like to understand why ownership chaining[/url] isn't sufficient in this case, so please answer the following questions:
1. Are all...
March 15, 2016 at 9:37 am
The Windows event log will have the service stop and start events.
You also want to look at the database server to see if the SQL Server that hosts the report...
March 15, 2016 at 9:19 am
Jeff Moden (3/14/2016)
Nicely done, Jack!
Thanks Jeff, always nice to hear that from you.
I've never used bcp or BULK INSERT because I'm an SSIS guy, but if Luis and Jeff recommend...
March 15, 2016 at 7:03 am
First thank you for writing it to handle sets, that is probably the most common thing I need to correct in triggers.
There is only one thing I would change and...
March 15, 2016 at 7:01 am
I like Lowell's solution and I think it will perform better than an AFTER update trigger because the AFTER trigger will require 2 updates to take place while the INSTEAD...
March 14, 2016 at 1:27 pm
This "works". It uses Jeff's DelimitedSplit8K function for all the splits (found here[/url]). If the answer to Jeff's question about "sloshes" 😛 is no, then this won't be...
March 14, 2016 at 1:24 pm
I would suggest investigating using a numbers or tally table. This search, https://www.bing.com/search?q=Number+or+Tally+table, retunrs a bunch of posts about what a numbers or tally table is and how to...
March 14, 2016 at 11:48 am
hjp (3/14/2016)
1. SQL Authentication (and the willingness to store credentials in plaintext in...
March 14, 2016 at 11:45 am
Luis Cazares (3/14/2016)
Jack Corbett (3/14/2016)
macdca (3/14/2016)
"or you need to convert the column to a date without time (no index seeks possible)." - how do I do that?
CONVERT(DATE, ScheduledActivity.ScheduledDateTime)
As...
March 14, 2016 at 9:59 am
macdca (3/14/2016)
"or you need to convert the column to a date without time (no index seeks possible)." - how do I do that?
CONVERT(DATE, ScheduledActivity.ScheduledDateTime)
As the number of rows in the...
March 14, 2016 at 8:41 am
macdca (3/14/2016)
ScheduledActivity.ScheduledStartTime = CONVERT(datetime, '14/03/2016',110) gives me no values returned and that same out of range error
AS long as your Language setting is one where the default date format is...
March 14, 2016 at 8:33 am
What reporting platform are you using? You should parameterize the query and I'm sure whatever reporting platform you are using supports parameters.
The reason your query using ScheduledActivity.ScheduledStartTime = CONVERT(datetime,...
March 14, 2016 at 8:19 am
Duplicate post. Please put replies on this thread, http://www.sqlservercentral.com/Forums/Topic1769091-2799-1.aspx
March 14, 2016 at 8:05 am
Viewing 15 posts - 136 through 150 (of 9,641 total)