Viewing 15 posts - 8,641 through 8,655 (of 13,882 total)
ramyours2003 (3/5/2015)
March 5, 2015 at 3:41 am
Hi Jeff, have a quick read here and you'll see that the answer is 'yes'.
March 5, 2015 at 12:21 am
If you can find a DOS command to do it (DOS rename supports wildcards, I think), you should be able to use an Execute Process task to run it.
March 4, 2015 at 11:09 am
Well done.
Circular references are really bad news with DB projects.
March 4, 2015 at 12:55 am
As no one has responded, I will assume that I have not missed anything.
It's a grotty workaround because all of my CLR functions get dropped, created and schema-moved every...
March 3, 2015 at 4:46 am
If the layout for each client is the same and it's a one-spreadsheet-per-client thing, it would seem that SSIS is quite a good fit.
The trick, obviously, is in the design...
March 2, 2015 at 11:01 am
Or this?
select Customer
,Type
,DueDate1
,DueDate2
from dbo.myTable mt
where...
March 2, 2015 at 8:38 am
Is this problem specific to synonyms, or are you having problems with direct cross-database references too?
February 28, 2015 at 6:25 am
Have you checked the execution plan? Are there any unexpected implicit conversions happening?
February 28, 2015 at 6:24 am
* while executing this query im getting error. (like varchar cant convert to numberic)
* Here I have no clue in which column it is
* also dont know which row...
February 27, 2015 at 4:57 am
Works fine for me. Check the compatibility level of the database you are executing it in.
February 27, 2015 at 4:52 am
Not exactly what you want, but in SSMS you can right-click on a proc in Object Explorer and select 'View Dependencies' to see what depends on the proc (or what...
February 27, 2015 at 4:00 am
Not that link. The one on the word 'here'.
February 26, 2015 at 10:16 pm
I am finding your question difficult to follow. Can you take a look at the first link in my signature and then provide your consumable sample data, with DDL and...
February 26, 2015 at 6:58 am
Viewing 15 posts - 8,641 through 8,655 (of 13,882 total)