Viewing 15 posts - 37,261 through 37,275 (of 39,720 total)
Go into Control Panel, Admin Tools, Services and check the account under which SQL Server runs. It's not the account you log in as.
Steve Jones
August 2, 2002 at 9:22 am
Most changes require a rebiuld of the table because the physical structure changes. If you change the table in EM, the third button from the left is a script button....
August 2, 2002 at 9:19 am
yes, you rebuild the index and you can specify the filegroup.
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000409
note the ON clause.
Steve Jones
August 1, 2002 at 4:14 pm
Moving the clustered index should do this. I'd be sure you save the changes, shut down EM and then go back to be sure it refreshes.
Steve Jones
August 1, 2002 at 2:03 pm
Nothing I know of, but I suspect you can do this, but the SQL (rgular) install will be an instance.
Steve Jones
August 1, 2002 at 1:59 pm
You will save headaches as Brian mentioned. ALWAYS use roles and groups. NEVER assign individual users.
Steve Jones
August 1, 2002 at 1:52 pm
What do you mean? Run profiler programmatically? This can be done. There are stored procedures to run server side traces.
Steve Jones
August 1, 2002 at 1:37 pm
I believe you can restore or attach a SQL 7 database, but you'd have to try. Can't hurt.
You do not need to run "sp_change..." unless you need the users. You...
August 1, 2002 at 10:47 am
search google with "decrypt stored procedure"
Steve Jones
July 31, 2002 at 5:50 pm
Are these a single transaction?
Check the log and data phyiscal location, you may have a hardware issue.
Are you sure this is hte only index?
Steve Jones
July 31, 2002 at 5:46 pm
max should give you the max date. Are these character values?
you can do max(datepart(year, value))
Steve Jones
July 31, 2002 at 5:45 pm
You will need to assign the execute right, but you can create your own role to do this and assign the users to the role. It can be a user...
July 31, 2002 at 5:44 pm
This is a page id from the pages stored in the db. You can get the objectid from each database and query each table (Select *). One should give you...
July 31, 2002 at 3:24 pm
Viewing 15 posts - 37,261 through 37,275 (of 39,720 total)