Viewing 15 posts - 35,356 through 35,370 (of 39,720 total)
no built in roles. You need to be the owner if you're not a sysadmin, I believe.
January 16, 2004 at 11:05 am
Honestly we tend to leave it on the OS drive (With SQL files) since our boxes are usually dedicated to SQL Server.
January 16, 2004 at 11:00 am
In general we do:
OS Drive: SQL OS + client tools (Raid 1)
Z: drive - Data + backups (Raid 5)
Y: drive - Log drives (RAID 1)
If we have a tempdb load, then...
January 16, 2004 at 10:59 am
I believe that Yukon is included, but SA is for a time period. Yukon is probably a year away, so if youthink you might want it and SA covers it,...
January 16, 2004 at 10:58 am
I'll add this to the list. That's a good one!![]()
January 16, 2004 at 10:56 am
We're still looking at this. Requires some coding to get on one page.
We'll get to it. Kind of busy right now, but we should be able to add the last post...
January 16, 2004 at 10:54 am
I'm not sure one if better than the other. I like osql or isql since scripting it pretty simple to use and I can always launch outside of another tool...
January 15, 2004 at 4:56 pm
Are you asking which type of tool or which type of client language? Your questions point to both. The tool wouldn't have a runtime. Unless you are looking for something...
January 15, 2004 at 4:52 pm
What does the proc do? How is the web server connecting?
January 15, 2004 at 4:47 pm
I'd ask you "how would you find out?" and see what you said. Personally I think honesty, including "I don't know" is the best policy. I've been doing this for...
January 15, 2004 at 4:46 pm
maybe change to specifically mention "inner join" in the query?
Not sure, this is a strange one.
January 15, 2004 at 4:43 pm
you can script the length of fields with len() and then add these all up. In your query, you can use this in the where clause (where len(fielda) + len(fieldb)...
January 15, 2004 at 4:42 pm
You can change the db owner if you need to. sp_changedbowner.
I'd script out the permissions from the old db and this should run fine on the new db. The scripting...
January 15, 2004 at 4:40 pm
sysjobhistory.run_status. A 4 indicates it is running.
January 15, 2004 at 4:39 pm
Good suggestion. We'll see about implementing that.
January 15, 2004 at 4:34 pm
Viewing 15 posts - 35,356 through 35,370 (of 39,720 total)