Viewing 15 posts - 3,316 through 3,330 (of 7,498 total)
Having installed only the client tools ??
Did you already have a sqlinstance on your pc ?
Having only the client tools, just provide e.g. enterprise manager to be able to...
November 8, 2009 at 10:07 am
first of all, comfort the kid ! "Next time, no more luck, perseverance in the sports for the team will do the trick" π
I would take the 64-bit offer...
November 8, 2009 at 10:02 am
three options:
1) enable that logging into the errorlog (using sqlserver properties in SSMS), import it and filter it. That will nolonger be your first choice !
2) start a trace for...
November 8, 2009 at 7:52 am
and with Coalesce you can evaluate n replacement values.
Select coalesce(T.col1, O.colx, T.col2, 'I just don''t know')
from mytable T
inner join myothertable O
on O.fk1 = T.pk
November 8, 2009 at 2:38 am
So there must be some truth in it :w00t:
As always in fora, it's nice to get something confirmed, if possible even more than once.
November 8, 2009 at 1:48 am
32-bit always behaves like 32-bit... even on 64-bit.
So, the same rules apply for every 32-bit software.
If you can, install 64-bit software to overcome all 32-bit related problems.
32-bit uses WOW (windows...
November 8, 2009 at 1:29 am
- "exec sp_configure " will show all available configuration parameters.
Keep in mind you may need to activate "show advanced options" to get to see all parameters !
- Check books...
November 6, 2009 at 1:58 pm
Dave Ballantyne (11/6/2009)
Or my blog has a simple examplehttp://sqlblogcasts.com/blogs/sqlandthelike/archive/2009/10/15/udf-overhead-a-simple-example.aspx
Very nice example, Dave !
Straight forward and very to the point !
November 6, 2009 at 6:59 am
Also have a look at one of the previous headlines of the daily newsletter:
"T-SQL Best Practices β Donβt Use Scalar Value Functions in Column List or WHERE Clauses"
November 6, 2009 at 6:46 am
I've attached a little primitive example that may get you started.
Run this using SQLCMD or using SSMS in SQLCMD mode;
I did put my scripts at c:\SQLCMD
-- write the output to...
November 6, 2009 at 12:51 am
Yes.. I thought of that... But creating a view in 80+ servers is hard task to do.. [w00t]
.
No that is not an issue at all !
Create a script for each...
November 5, 2009 at 2:18 pm
have a look at Books Online ( highlight your "convert" keyword and hit Shift+F1 if your query pane )
That will open your local copy of books online and show info...
November 5, 2009 at 2:12 pm
KP-249943 (11/5/2009)
We have a SQL Server 2005 (SP3), Enterprise (64 bit) edition.
The data is on the H:\ drive. The Transaction Log is on the F:\ drive. Both H:\ drive and...
November 5, 2009 at 1:34 pm
also have a look at the demistifying article Gail Shaw posted http://www.sqlservercentral.com/articles/64582/
November 5, 2009 at 1:07 pm
scheney-1152259 (11/5/2009)
From what I've seen this question gets asked quite a bit, but I can't get a solution that works for me.
I am running a database using SQL Server...
November 5, 2009 at 1:05 pm
Viewing 15 posts - 3,316 through 3,330 (of 7,498 total)