Viewing 15 posts - 61 through 75 (of 2,267 total)
is this as simple as an update?
update yourTable
set yourCol = Null
or am i missing something?
October 27, 2011 at 10:21 am
are you pointing to the same server/database in BIDS as in the Job ?
because it looks from the error message that a table can't be found.
October 27, 2011 at 5:40 am
you could use BitLocker if you have Windows 7 (server 2008) and above.
I usually just compress them with a password though.
October 27, 2011 at 4:30 am
It a standard way of loading a data warehouse.
you first need to have something on the source table to let you know when a record has been inserted/modified. Usually this...
October 27, 2011 at 2:28 am
Sounds very annoying..
As for telling the real vs fake nulls apart. The 'Real' null values should have a slight yellowish background to the gird cell when viewing the results...
October 26, 2011 at 10:11 am
I was just offering another suggestion, I am aware of the power of the tally table split. As SSIS can deal with individual rows quite effiecntly i am...
October 26, 2011 at 2:54 am
you can use SSIS for this.
Set up a connection to the source and if this is a flat file then you can change the delimitter on the source to a...
October 26, 2011 at 2:26 am
The poll does seem a bit skewed towards the positive,
because the only answer if you 'do not cringe' is to pick 'whats wrong with it'
where people's...
October 25, 2011 at 9:35 am
I agree, you should not have to drop the FK constraints as you want to maintain the integrity. And I am not sure the performance gain would...
October 25, 2011 at 6:19 am
Select customerID,FirstName +'_'+ lastname as customerName from tblemployee
order by FirstName +'_'+ lastname desc
October 24, 2011 at 5:06 am
Ninja's_RGR'us (10/21/2011)
I'm definitely higher end than avg but I don't even look at a job under 100K.
Just curious, do you live/work in a Major city in the US?
I understand...
October 21, 2011 at 9:51 am
That syntax looks okay, what were the errors that you were getting?
October 21, 2011 at 8:49 am
I guess the problem is that certain users are running large inefficent queries that take a lot of cpu and time to complete, is this correct?
The issue you will have...
October 21, 2011 at 5:22 am
you can filter on loginname to exclude those ones you dont want.
Though i have to say writing this kind of function into your server could cause issues, and I...
October 21, 2011 at 4:43 am
you can then use
sys.sysprocesses
to get the SPID of the connection and then pass this to the KILL function.
October 21, 2011 at 3:50 am
Viewing 15 posts - 61 through 75 (of 2,267 total)