Viewing 15 posts - 8,386 through 8,400 (of 13,876 total)
rajeshjaiswalraj (5/28/2015)
What is the difference between DMV, DBCC and DMF
My broad answer to your equally broad question is that these are initialisms for different sets of functionality.
Perhaps you would take...
May 29, 2015 at 12:01 am
Change your package and project to "Don't Save Sensitive" and redeploy. After adding suitable configuration info to supply passwords etc at run time, the error should go away.
May 27, 2015 at 5:00 am
Are there any other error messages appearing before or after this one?
May 27, 2015 at 1:46 am
Yes it can.
Create table [schema].[name] (Id int identity(1,1) primary key clustered)
May 23, 2015 at 10:05 am
Even tried a reboot
Never mind 'even', that one of the first things I try! Then a repair install.
Never had that problem. Good luck fixing it.
May 22, 2015 at 8:28 am
Minnu (5/22/2015)
using below code to replace the city names, how to avoid hard coding of city names in below query and get from a table.
select id, city,
LTRIM(RTRIM(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(city,
'JRK_Ikosium', 'Icosium'),...
May 22, 2015 at 3:32 am
alexmpd (5/20/2015)
I imported database to SSDTand excleded several objects
How to know what objects have been excluded?
Do a schema compare between your project and your database.
May 20, 2015 at 7:59 am
vipin_jha123 (5/20/2015)
In my SSIS Project I am having many lookup.
for example flow is like below
having 1 OLEDB Source with 4 lookup task
then task task is conditional split is...
May 20, 2015 at 4:10 am
Take a look here.
Use the dropdown version selector to do the comparison for yourself.
May 19, 2015 at 2:15 am
giszzmo (5/18/2015)
I have a database of students' grades, however some are numeric and some are alpha. Depending on the grade type will determine which average and which standard deviation to...
May 18, 2015 at 12:32 pm
I am no mySQL developer, so please excuse me if this is really obvious, but I did a quick search and found this. Maybe the section marked 'The semi-colon outside...
May 18, 2015 at 12:30 pm
Why not cut your losses? Create two ExecuteSQL tasks and run one after the other.
May 18, 2015 at 11:43 am
And here it is again for those who would prefer to see the query formatted:
select @QTY_cost = (select round(sum(QTY), 0) QTY
...
May 18, 2015 at 8:46 am
sandhuz24 (5/18/2015)
So I am in a predicament. Hopefully, experts here might be able to solve this for me.
I need to move data for some specific tables from Server1 to...
May 18, 2015 at 8:03 am
Viewing 15 posts - 8,386 through 8,400 (of 13,876 total)