Viewing 15 posts - 5,461 through 5,475 (of 11,678 total)
SQL_NuB (7/23/2013)
July 23, 2013 at 1:56 pm
The only change I still would made is change the data type of the first column from datetime to date.
July 23, 2013 at 1:54 pm
Pragmatic Works has quite a good reputation.
July 23, 2013 at 1:48 pm
GilaMonster (7/23/2013)
Koen Verbeeck (7/23/2013)
July 23, 2013 at 5:36 am
ChrisM@Work (7/23/2013)
deepkt (7/23/2013)
Thanks for the reply, IF/ELSE is straight forward I know this.But I want in a single select/Update statement.
Why? It will be inelegant and unwieldy, and confusing for whoever...
July 23, 2013 at 5:30 am
An possible alternative could be (keep in mind that I'm not a restore expert) is to put the tables you do not want to restore on a different filegroup. Then...
July 23, 2013 at 5:03 am
You can add a condition to the WHERE clause that checks if start_execution_date is today or not.
July 23, 2013 at 4:42 am
sahoong (7/23/2013)
July 23, 2013 at 4:35 am
michal.lisinski (7/23/2013)
HiI'm afraid his problem is not related to the protection method of package.
Please change to Windows authentication mode in connection manager (if mixed mode is on).
Br.
Mike
How is this not...
July 23, 2013 at 4:34 am
What if you look at the actual execution plans? Any differences?
July 23, 2013 at 4:33 am
That's not enough. You can't just tell the PDF that it is now an image. You can't tell an apple that it is now an orange and expect to behave...
July 23, 2013 at 3:57 am
The first one installs SQL Server 2005, the other one installs SQL Server 2008. 😉
Google is your friend. Try it out!
For example: Difference between sql server 2005 and 2008
July 23, 2013 at 3:55 am
How about something like this:
IF EXISTS (select 1 from Table B)
BEGIN
query with join to table B
END
ELSE
BEGIN
query with join to table C
END
July 23, 2013 at 3:52 am
sushilkumar217 (7/23/2013)
I want to run this query as a report(rdl) and make available to other team member as well.:-) so that my seniors should not come to...
July 23, 2013 at 3:50 am
monique 88355 (7/23/2013)
HI, that is the exact example i was working with, could not get it to work.Is there not an easier way?
Thanx for your reply!:-)
What went wrong? Did you...
July 23, 2013 at 3:49 am
Viewing 15 posts - 5,461 through 5,475 (of 11,678 total)