Viewing 15 posts - 211 through 225 (of 330 total)
gmamata7 (10/13/2010)
I'm using the below Power Shell script discussed at the link http://www.sqlteam.com/article/monitoring-sql-server-agent-with-powershell to run at every one hour to check the SQL Server Services STATUS and if it find...
October 13, 2010 at 1:49 pm
Hi
Find the below sites which might give u some idea
http://www.sqlservercentral.com/Forums/Topic664428-162-2.aspx%5B/url%5D
[url] http://msdn.microsoft.com/en-us/library/ms143724.aspx%5B/url%5D
[url]
http://social.msdn.microsoft.com/Forums/en/sqlreportingservices/thread/0d4af4e9-99e9-433c-b1c5-decf74198678"> http://www.sqlservercentral.com/Forums/Topic664428-162-2.aspx%5B/url%5D
http://msdn.microsoft.com/en-us/library/ms143724.aspx%5B/url%5D
Thanks
Parthi
October 13, 2010 at 1:07 pm
WayneS (10/13/2010)
Sacheen (10/13/2010)
I am not sure if this is possible via a single query.. anybody knows any superior way to find the expected result?
But of course... superior ways to achieve...
October 13, 2010 at 12:54 pm
Sacheen (10/13/2010)
Invoice Table -
[Invoice No] int, [Record/Transfer Time] datetime, [Departname] varchar(50)
I do agree that we will need to do self join as there...
October 13, 2010 at 12:50 pm
GilaMonster (10/12/2010)
DBCC TRACEON(3604) -- to direct the output to the client
DBCC Page(<Database ID>,1,59821)
DBCC TRACEOFF(3604)
This may be worth a read
Hi Gila shaw
Thanks for your replay as it is local...
October 12, 2010 at 11:15 am
steveb. (10/12/2010)
so how are you going to tell the difference for example 10/10/2010
is there a flag in the file ?
no i need the output as of now then...
October 12, 2010 at 9:05 am
steveb. (10/12/2010)
i'm a bit confused; are your date mm/dd/yyyy or dd/mm/yyyy
any thing dd/mm/yyyy or mm/dd/yyyy or yyyy/mm/dd thats not a matter i need to split and store so...
October 12, 2010 at 8:48 am
cliffb (10/12/2010)
You need to use the tertiary operator.(CONDITION) ? Expression if True : Expression if false.
EXAMPLE:
(ISNULL(DateColumn) ? (DT_DATE)"1900-01-01" : Your date experession
is this correct
StartDate=""? "":(SUBSTRING(StartDate,1,2) + "/" + SUBSTRING(StartDate,3,2)...
October 12, 2010 at 8:25 am
then how can i use here to check any other syntax for the above
Thanks
Parthi
October 12, 2010 at 8:23 am
kevin4u06 (10/8/2010)
so u dont want to insert that record from client B rite?
Hi
Not for ClientB alone ClientA,ClientC... and so on all the clients can not have same...
October 8, 2010 at 2:21 pm
hi
Any one got the solution for the above it is urgent i am wating to do this. still now not...
October 8, 2010 at 12:18 pm
lcohen-831390 (10/8/2010)
is this a problem for you to add a component script into your SSIS flow ? That's the way it is setup in my instance.
Hi
My...
October 8, 2010 at 10:53 am
Hi
Thanks for your response but i need in pure SQL/SSIS not in vb code.
Thanks
Parthi
October 7, 2010 at 3:13 pm
ananda.murugesan (10/7/2010)
Hi,What is the best way to manage the upgrade SQL Server 2000 to 2008?
Thanks
ananda
hi
Here are some of the ways of upgrade
In-place Upgrade
Side by Side...
October 7, 2010 at 8:11 am
Jeff is correct unless you dont have a unique value you will not be able update the prv column with your data columns.you dont have any unique field as id...
October 6, 2010 at 3:03 pm
Viewing 15 posts - 211 through 225 (of 330 total)