Viewing 15 posts - 106 through 120 (of 1,654 total)
Not sure if I inderstand your requirement correctly but here's a way how you can create alternating colors. It's actually for alternating colors for each row,, but if you replace...
[font="Verdana"]Markus Bohse[/font]
January 31, 2012 at 3:29 am
What exactly do you want to monitor? From your request it looks like you are just looking for the jobhistory and not really for SSIS specific logging.
Something similar to this...
[font="Verdana"]Markus Bohse[/font]
January 31, 2012 at 3:14 am
smthembu (12/29/2011)
What about a new ip address and service accounts, as currently running two nodes that are activeThx
Of course each new instance needs to have it's own cluster resource group,...
[font="Verdana"]Markus Bohse[/font]
December 29, 2011 at 2:10 am
Just run the setup and install a new clustered instance.
It's not really different from installing the first instance.
[font="Verdana"]Markus Bohse[/font]
December 29, 2011 at 1:44 am
Jason,
if you have multiple instances on on server during servicepack installation you will be asked which instances you want to upgrade. You can choose just one, several or all whichever...
[font="Verdana"]Markus Bohse[/font]
December 29, 2011 at 1:18 am
@ry@n (12/29/2011)
MarkusB (12/29/2011)
If you want to know how...
[font="Verdana"]Markus Bohse[/font]
December 29, 2011 at 1:12 am
What do you mean by accesing the B-Tree. Every time the query optimizer decides to use an index you will access the B-tree.
If you want to know how many levels...
[font="Verdana"]Markus Bohse[/font]
December 29, 2011 at 12:32 am
vijay.s (12/28/2011)
of course we have sysobjects but firstly understand my question, I have Sql Statement not Sql Object.Statement like "Select * from TableName"
Vijay
Not sure if this is what you want,...
[font="Verdana"]Markus Bohse[/font]
December 28, 2011 at 4:06 am
To be honest, I'm not a big fan of maintenance plan either and prefer using my own custom scripts. John might think it makes the process more complex, but I...
[font="Verdana"]Markus Bohse[/font]
December 28, 2011 at 3:53 am
Forget about it folks, I remembered the answer.
Of course the setup files are the same. It's the license key you use which determines which edition will be installed.
[font="Verdana"]Markus Bohse[/font]
December 28, 2011 at 2:55 am
What about this:
SELECT TABLE_NAME, COLUMN_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME IN 'Table1','Table2')
[font="Verdana"]Markus Bohse[/font]
December 28, 2011 at 2:23 am
What version of SSRS and Sharepoint are you using?
Could this be the problem:
[font="Verdana"]Markus Bohse[/font]
December 27, 2011 at 1:13 am
You can get all that information by querying the ReportServer database.
This is a very basic example.
On your old server run the following code
SELECT j.name AS JobName
...
[font="Verdana"]Markus Bohse[/font]
December 20, 2011 at 2:19 am
Detail Message: SQL server Error: @xxxxx: SQLAvailability::GetServerReachability: exited: Login failed for user 'NT AUTHORITY\SYSTEM'. Reason: Server is in script upgrade mode. Only administrator...
[font="Verdana"]Markus Bohse[/font]
December 19, 2011 at 8:12 am
I would try using SSIS to import the SQL 2000 database.
I can't try myself right now, but I would think that's your best bet.
[font="Verdana"]Markus Bohse[/font]
December 19, 2011 at 1:57 am
Viewing 15 posts - 106 through 120 (of 1,654 total)