Viewing 15 posts - 256 through 270 (of 277 total)
quick google image search:
http://www.microsoft.com/mspress/books/sampchap/4713/0753611424-3.gif
-- Cory
May 4, 2006 at 6:30 pm
I found the answer. Start SSMS, server type Analysis Services. right click on the SERVER, then click Properties. Modify the DATADIR property to the location you want...
-- Cory
May 4, 2006 at 10:56 am
I guess the first thing I would do, since it appears you do not care about the log files, would be to put the database in simple mode.
-- Cory
March 22, 2006 at 6:29 am
This gave me a good start - I use the sp_msforeachdb and foreachtable quite often. in this case, this statement does not work because the part inside the quotes is...
-- Cory
March 16, 2006 at 2:11 pm
What is the error that you are getting? what is the process you are using for BCP?
-- Cory
March 15, 2006 at 6:54 am
Okay - I have a followup question. I know there is a compatibility mode between versions - how about a way to run in standard edition compatibility mode. ...
-- Cory
March 2, 2006 at 6:49 am
I ran this as well on one of my servers, nearly all of my DB's have more than one datafile, and I got one datafile to come back as well. ...
-- Cory
February 24, 2006 at 5:41 am
What about
sp_msforeachdb "?..sp_helpfile"
That would give you the results for every db on that server.
-- Cory
February 23, 2006 at 12:24 pm
Thanks all
I did not think there was either, and I have the list, and have instructed the developer to try and understand what set of tools they are using. I...
-- Cory
February 15, 2006 at 7:15 am
I found the following link - which may help someone in the future...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/instsql/in_overview_2xtf.asp
Thanks all for your help!
-- Cory
February 14, 2006 at 11:11 am
I found this in the BOL:
These are the supported upgrade paths between the editions and versions of SQL Server 2000:
-- Cory
February 14, 2006 at 8:25 am
Well - what is in master that I need? does it just sotre DB locations and such? so, really, msdb contains the users and schedules?
So, can someone tell me if...
-- Cory
February 14, 2006 at 7:04 am
What about Master and MSDB? I need the user information as well as the jobs, the schedule, and such. Can I simply dettach those and re-attach?
-- Cory
February 14, 2006 at 6:56 am
*****************************************
Cory - can you give a URL to the information you quoted? Books Online states 2^31-1 bytes as maximum length for VARCHAR(MAX): http://msdn2.microsoft.com/en-us/library/ms176089(en-US,SQL.90).aspx.
*****************************************
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/dataacc9/html/4a58b05c-8848-44bb-8704-f9f409efa5af.htm
-- Cory
February 7, 2006 at 7:15 am
I looked in help, and this is what I found for SQL Server 2005 varchar(max):
SQL Server 2005 introduces a max specifier for varchar, nvarchar and varbinary data types to allow...
-- Cory
February 7, 2006 at 6:50 am
Viewing 15 posts - 256 through 270 (of 277 total)