Viewing 15 posts - 91 through 105 (of 141 total)
OK - Your answer didn't really address my question.
SQL Management Studio will save server registrations and show you job statuses.
If you want something outside of SQL Server then take a...
May 1, 2012 at 4:49 am
There no performance difference between the two.
CURRENT_TIMESTAMP is the ANSI SQL equivalent to GETDATE().
There's post discussing this which you may find useful.
http://www.sqlservercentral.com/Forums/Topic991342-373-1.aspx
May 1, 2012 at 2:33 am
Do a search for the DBMAIL and HMTL on the Microsoft MSDN site or BOL. There are some helpful examples that should point you in the right direction.
May 1, 2012 at 2:25 am
Are you passing any parameters from the .NET application to the DTS package?
If not then I suspect the issue is at the SQL Server.
If you are passing a parameter from...
May 1, 2012 at 2:23 am
Can I ask why you don't / want to register servers?
How will you access the data regarding the job without registering the servers?
May 1, 2012 at 2:17 am
Lynn Pettis (4/26/2012)
poornipmca (4/26/2012)
how to use a single user defined functions in multiple databases
The bottom line is this, you can't use dynamic sql in a function. Your choices are...
April 26, 2012 at 8:42 am
Just g=Google SQL Azure tutorial.
Lots of links returned!
April 26, 2012 at 8:01 am
There is no defined list of scenario questions that I'm aware of.
From personal experience SQL Developers are not just "pure developers" as the features within SQL grow. I'd expect you'd...
April 26, 2012 at 7:56 am
I'm a bit confused from your question about the direction of data.
However, it seems to me that SSIS would be a good starting point - it can handle the import...
April 23, 2012 at 2:25 pm
Hi there,
My initial question would be why do you need to break the table up? 45 columns is well within the limits of SQL Server 2008.
My recommendation would be to...
April 23, 2012 at 11:54 am
Ok, yes Jeff you have a point but at least its a starting point.:hehe:
April 23, 2012 at 8:29 am
That's really interesting Jeff. Years ago I went on a MCP course for SQL 2000. The instructor recommended 50% (!!!!) growth as a blanket strategy.
His reasoning was that few...
April 23, 2012 at 8:27 am
I'm sure you can Google that!
Hopefully you'll realise it's on a case-by-case basis with many different factors contributing to your strategy on how / when to grow a database.
Here's...
April 23, 2012 at 8:10 am
In SQL Management Studio, right click on the database, click Tasks and then Generate scripts.
Depending on the complexity of your database, generate scripts for tables, views and UDF's first, stored...
April 23, 2012 at 8:08 am
Take a look at the following link:
April 23, 2012 at 7:56 am
Viewing 15 posts - 91 through 105 (of 141 total)