Viewing 15 posts - 1,306 through 1,320 (of 5,356 total)
Jumping on the bandwagon here. This should be "best practice", but in the real world you amazingly seldom see the fully qualified name. ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 6, 2005 at 1:40 am
You might also want to search the fora here on this keywords. This has been discussed a great depth recently.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 6, 2005 at 1:37 am
Okay, here's a riddle...
DECLARE @a NCHAR
SET @a = '-'
SELECT DATALENGTH('a1sdsad12---325143gffdfd4dgsf1 -')
-
DATALENGTH(REPLACE('a1sdsad12---325143gffdfd4dgsf1 -',@a,''))
-----------
-24
(1 row(s) affected)
Can you tell me why? ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 6, 2005 at 1:25 am
Glad it helps.

Hey, I'm still in smilie mood, since I go home now.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 8:50 am
Which SQL Server version do you use?
Also, see, if this helps:
http://www.sql-server-performance.com/awe_memory.asp
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 8:41 am
Glad I could help! ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 7:53 am
sp_who, sp_who2 and sp_lock might be a start. Profiler, which ships with SQL Server is a good tool, but Optimization is up to yourself. To a certain degree is the...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 5:56 am
You can save the change script without the need to apply it to the table. That way you are able to schedule for off-peak hours, as I guess you intend...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 5:43 am
As long as the job gets done and all that......
Not really! It could get frustrating, when you do things with EM that takes hours and hours to complete, and complete...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 3:56 am
Assuming you want to keep the already existing data, your best bet is to use EM and remove the IDENTITY property there in table design view. Instead of clicking on...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 3:29 am
Yes, doing this at the client is surely the best advise.
So far for my pseudo answer just to get the chance to post another smilie ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 2:51 am
Btw, did someone here ever mentioned that this autoparsing for smilies is a BIT annoying.

--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 2:44 am
SQL Server amazing often uses this reverse mirrored order. It's a bit annoying, but once you know that this is so, it's no big deal at all. I stumbled over...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 2:42 am
...well then

--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 2:37 am
Sorry Kathi, but this is not the best solution. I've posted a similar one to the German newsgroup some days ago. And after thinking a night over it, came up...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
January 5, 2005 at 2:27 am
Viewing 15 posts - 1,306 through 1,320 (of 5,356 total)