Viewing 15 posts - 2,626 through 2,640 (of 5,356 total)
The first place to search is always Books Online (BOL). Look for SELECT or joins-SQL Server.
The next place to search (ask) is here. ![]()
February 5, 2004 at 12:37 am
I received this error message, because although I am sysadmin to SQL Server, I am nothing more than an ordinary user in terms of network privileges. Running the copy database...
February 5, 2004 at 12:27 am
Get a copy of Chris Date's "Introduction to Database Systems." This is not "Database Design for Dummies" it is a rigorous treatment of the subject.
That's no beginners stuff! And...
February 5, 2004 at 12:23 am
If you always have only leading 0s you can use something like
select cast('000000003942' as int)
-----------
3942
(1 row(s) affected)
February 4, 2004 at 8:52 am
As for the checklist, db design practice:
http://www.microsoft.com/downloads/details.aspx?FamilyId=B352EB1F-D3CA-44EE-893E-9E07339C1F22&displaylang=en
As for the max rowsize:
http://www.sqlservercentral.com/columnists/sjones/pagesize.asp
As for max. no of columns:
Take a look at BOL for 'Maximum capacity specifications
As for performance monitoring:
Sorry,...
February 4, 2004 at 8:02 am
This is the same sequence from Inside SQL Server 2000
The row offset array is a block of 2-byte entries, each of which indicates the offset on the...
February 4, 2004 at 6:14 am
This will be interesting for you
http://www.sqlservercentral.com/columnists/sjones/pagesize.asp
February 4, 2004 at 5:18 am
If you use QA, try Extras-> Options -> Results Tab. There you can specify, that you want a csv file as result that Excel can read.
February 4, 2004 at 5:04 am
Hey, why not present the results of SQL Server Best practice analyzer? If they are meaningful and you think that they can help you.
http://www.microsoft.com/downloads/details.aspx?FamilyId=B352EB1F-D3CA-44EE-893E-9E07339C1F22&displaylang=en
Jonathan, thanks...
February 4, 2004 at 4:58 am
Another argument from my own experience.
I am not in the IT department at all, but am sa to all our servers.
While we don't have a dedicated SQL Server DBA...
February 4, 2004 at 3:23 am
Hallo Jürgen,
not that I know too much of these things, but maybe these links will help you a little bit.
http://www.sql-server-performance.com/q&a114.asp
http://www.sql-server-performance.com/sg_sql_server_performance_article.asp
Good luck!
February 4, 2004 at 2:54 am
I would say insufficient permissions on the network. ![]()
February 4, 2004 at 2:08 am
Just out of curiosity, can you post the end result?
February 4, 2004 at 12:57 am
Apart from the other suggestions being made, when you got stuck with a problem, don't spent too much time figuring out by yourself. Come back here and ask. Should save...
February 3, 2004 at 12:41 pm
Yes, it does, but at a cost of 2 bytes overhead, IIRC.
![]()
February 3, 2004 at 8:20 am
Viewing 15 posts - 2,626 through 2,640 (of 5,356 total)