Viewing 15 posts - 1,846 through 1,860 (of 2,038 total)
Hi Venki
No silly question 😉
Just execute following line in SQL Server Management Studio (or Query Analyzer):
PRINT @@VERSION
Greets
Flo
March 18, 2009 at 5:56 am
Here you can see a comparsion of SQL Server 2005 versions:
http://www.microsoft.com/sqlserver/2005/en/us/compare-features.aspx
I would advice to ask your manager for the Developer Edition. Here is the pricing:
http://www.microsoft.com/sqlserver/2005/en/us/pricing.aspx
... it contains all features of...
March 18, 2009 at 5:25 am
Ouch! So sorry for my wrong information... I never did use so I never noticed 😉
Thanks to Justin!
Flo
March 18, 2009 at 4:10 am
No this should not be a performance problem.
I would advice you to avoid "sp_" and "fn_". Microsoft is using this prefixes and you may run into ambiguous name problems if...
March 18, 2009 at 3:56 am
A perfect article about on the fly/high performance splitting would be this article of Jeff Moden:
http://www.sqlservercentral.com/articles/TSQL/62867/
Greets
Flo
March 18, 2009 at 3:08 am
Babar Javaid (3/18/2009)
March 18, 2009 at 3:03 am
Hi Bruce
I complete confirm you! 🙂
I just thought about my own project. It's an 9 year old monster with over 80 processes and apps in c/c++/c#/java/vb/workflows and it's almost impossible...
March 18, 2009 at 2:54 am
Bruce W Cassidy (3/17/2009)
[font="Verdana"]You can generally use object-level security to ensure that the only the stored procedure has rights to write to the table.[/font]
Hello Bruce
Absolutely correct! The question just is...
March 17, 2009 at 5:52 pm
timothyawiseman (3/17/2009)
Bruce W Cassidy (3/17/2009)
March 17, 2009 at 5:21 pm
xgcmcbain (3/17/2009)
Im looking for SQL that would work for both TSQL and PLSQL that could either parse the date/ time out in each
The best way to do the formatting...
March 17, 2009 at 3:31 pm
Hi everybody
I'm one of the Devs but I definitely have to agree to your statements. Sometimes I see code (or here about performance) of other people, also within my company,...
March 17, 2009 at 3:09 pm
By my knowledge, the software either requires SQL Server 2005 or has to run in SQL Server 2000 compatibility mode.
If you running SQL Server 2000 since now, you should consider...
March 17, 2009 at 2:25 pm
Off topic
Wow... I'm currently starring at my previous posting.
SQL scripts look quiet funny if created with SQLPrettifyer since forum update this today. 😀
March 17, 2009 at 2:13 pm
Hi
A Form, a ComboBox, a Button:
private void button1_Click(object sender, EventArgs e)
{
...
March 17, 2009 at 12:58 pm
Viewing 15 posts - 1,846 through 1,860 (of 2,038 total)