Viewing 15 posts - 4,381 through 4,395 (of 7,164 total)
As stated, you cannot use @@PROCID to see the calling proc. As you have no doubt found out @@PROCID returns the trigger's identity.
You could however look at @@SPID and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 12:09 pm
All the mainframes I have dealt with use some form of EBCDIC...but "EBCDIC" is about as ambiguous as "Unicode". If you're providing data to a mainframe you'll need to ask...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 11:53 am
What you are trying to do points out a fatal flaw in the design. If you want to make things dynamic in terms of which database your application is connecting...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 11:46 am
I think I misunderstood the intent of your question a bit. I think Gail is a lot closer to what you were asking but now I am curious...are you seeing...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 11:26 am
+1 on the Excel file needing to exist first
When you consider that an Excel file is treated as a file-resident database (and not a simple text file) by SSIS (via...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 11:11 am
Indianrock (4/23/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 10:45 am
Please post the actual code.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 10:31 am
rustroot1 (4/19/2012)
I have a general question on Policy Conditions... Is it feasible to create a condition that evaluates more than one Facet?
For example, let's say I wanted to create...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 23, 2012 at 9:46 am
I'll second everything Paul said, and add that most serious developers rely heavily on tools to help them in developing scripts and interacting with source control, many times all those...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 21, 2012 at 7:19 pm
preity (4/20/2012)
I'm converting it to DT_DBTIMESTAMP.
I used a script component to get it to work, but just wanted to find out if there was some...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 9:56 pm
You could start with Microsoft® SQL Server® 2008 T-SQL Fundamentals by Itzik Ben-Gan. I have not read this particular offering from Mr. Ben-Gan but have been impressed with most everything...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 5:19 pm
There are a lot of great books, but most of them specialize in one area or another. Some of the big areas that come to mind are T-SQL Development, SSIS...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 4:09 pm
AIRWALKER-375999 (4/20/2012)
select * from CIM_Datafile where Drive = 'K:'...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 2:46 pm
Here is another option in the SQLCLR-space for concatenating grouped strings:
GROUP_CONCAT string aggregate for SQL Server[/url]
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 1:32 pm
Something like this?
IF EXISTS ( SELECT *
FROM sys.objects
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
April 20, 2012 at 12:36 pm
Viewing 15 posts - 4,381 through 4,395 (of 7,164 total)