Viewing 15 posts - 2,386 through 2,400 (of 5,356 total)
Yes, but fortunately it was only one point worth ![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 2:11 am
Although there are several methods for paging qith SQL Server data available, I would transfer all data once at the beginning with GetRows(). So now you have an array and...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 2:01 am
Can you be more specific on this?
Do you want to show some kind of summary?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 1:40 am
I guess you were like me, and missed the word NOT in the question
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 1:29 am
I would also use two separate columns for project code and student (ID ?). The rest (eg, the presentation of A00001 can easily be done at the client application.

--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 12:53 am
Very good catch
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 12:38 am
Erland Sommarskog has written something about dynamic sql along with Cursors here http://www.sommarskog.se/dynamic_sql.html
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 12:37 am
Can you get your hands on Inside SQL Server 2000?
The book has an indepth explanation on locking. But BOL is a good start, too.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 4:13 pm
Actually you cannot reindex the system tables, although there is an s_proc for this with sp_fixindex. sp_fixindex is doing dbcc dbreindex for all objects where object_id > 100 and dbcc...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 3:50 pm
Would you post the outcome of this when you have solved it?
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 3:27 pm
Great Allen, how can I find out at which point which library is loaded?
BTW, thought I'd mention that xp_regenumvalue is undocumented.
FWIW
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 3:22 pm
Yes, this should quality for the longest in the last months.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 3:19 pm
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=4&messageid=103168
Okay, I found it to be another side-effect when not using IE.
Ok, Mainstream time again.
![]()
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 2:59 pm
Hi Thomas,
surely a little bit late for a reply, but here it goes.
Yes, the human brain is the most powerful database around. Curious how the indexes would look like.
Now...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 2:54 pm
Call me a purist, but I like to keep full control over what I develop. When I started programming using Turbo C (almost forgot the name) there was no such...
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
February 28, 2004 at 2:44 pm
Viewing 15 posts - 2,386 through 2,400 (of 5,356 total)