Viewing 15 posts - 691 through 705 (of 1,081 total)
GilaMonster (10/20/2010)
Henrico Bekker (10/20/2010)
Typing "Sel" or "Ins" etc...and pressing Tab, waiting for auto complete...like cmd.....:pinch:
Get SQLPrompt
Type 'SE' *Ctrl-Space* *Enter* -> Select
Or type 'ssf' *Tab* -> SELECT * FROM
got it on...
October 20, 2010 at 4:29 am
you sqlserver services are running on the Local account, used for the installation
October 20, 2010 at 4:21 am
Typing "Sel" or "Ins" etc...and pressing Tab, waiting for auto complete...like cmd.....
:pinch:
October 20, 2010 at 4:17 am
You will need to provide the error on Step level, and not only package level.
Go into the SQL Agent, under jobs, drop down the specific job, focus on the step...
August 31, 2010 at 12:00 am
make use of COLLATE before your "IN"...
COLLATE Latin1_General_CI_AS
August 30, 2010 at 12:08 am
Could you please gimme some question based on this or some topics which might help me at this point???
they could as you to explain what you will do when presented...
August 29, 2010 at 11:57 pm
use:
1. SSIS
2. Import/Export Tool
3. Tsql
right click any database, tasks, Import data...
August 27, 2010 at 12:30 am
I am getting a bit confused about what you actually want....
Instead of giving your backups custom names, do default backups in sql server which will include a date and timestamp....example:...
August 27, 2010 at 12:28 am
in windows explorer you can view the modified date as a column header.
activate it if it's not there by default (which it should be)...
August 26, 2010 at 11:40 pm
Familiarize yourself with how SQL Server utilizes CPU and Memory from the Host.
Read up on AWE & PAE, maximum & minimum memory usage; Lock pages in memory; differences in 32bit...
August 26, 2010 at 11:28 pm
SELECTt.name as [DB Name],
t.user_access_desc as [Access State],
t.state_desc as [Online/Offline],
((SELECT (CASE t.is_in_standby WHEN 0 THEN 'No' WHEN 1 THEN 'Yes' ELSE 'Other' END))) as [In Standby],
(COALESCE(Convert(datetime, MAX(u.backup_finish_date), 101),'Not Yet Taken')) as...
August 26, 2010 at 11:25 pm
Jason, I'm actually aware of a few places who are forced by legacy apps to run 6.5....and by the looks of this:
Correct answers: 38% (54)
Incorrect answers: 62% (89)
Total...
August 13, 2010 at 2:19 am
Viewing 15 posts - 691 through 705 (of 1,081 total)