Viewing 15 posts - 1,096 through 1,110 (of 1,366 total)
In which drive you installed SQL Server?
You can install SP2 without SP1....
April 27, 2009 at 6:21 am
What you mean by link?
If u want to query a particular table from second db when u r in first then use db_name.schema.object_name
April 27, 2009 at 5:36 am
You can use
select * from sysconstraints
sp_fkeys 'Tbl_name'
sp_Pkeys 'Tbl_name'
April 27, 2009 at 1:57 am
SELECT @@Version -->OS Service Pack
select SERVERPROPERTY('ProductLevel')--> SQL Server Service Pack
April 27, 2009 at 1:55 am
Install SQL Server developer edition in another machine and use it for development ..SIMPLE 😀
April 23, 2009 at 11:21 pm
I hope your are using SQL Server version lower than SQL Server 2005 probably SQL Server 2000.Please post under that....
U tried using script?
April 23, 2009 at 11:19 pm
Use select * from sysprocesses.
U can also use sp_who2 stored procedures which is an undocumented one.
April 23, 2009 at 11:17 pm
Definitely applications,jobs , scheduled task everything will get affected..
April 23, 2009 at 3:04 pm
Please post in appropriate sections so that your problems will get solved quickly 😀
Try creating using script..
April 23, 2009 at 2:30 pm
check the permission of that particular file...it will be in a read only state ..
April 23, 2009 at 7:21 am
What exactly is your problem??
Are you trying to attach a SQL Server 2008 .mdf file to SQL Server 2008.am i right?
April 23, 2009 at 6:35 am
I hope error 5 is related to permission and security.Check whether u have proper permissions
April 23, 2009 at 6:31 am
Which version and edition of sql server you are using ?
Check whether your .mdf and .ldf files are there ...
April 22, 2009 at 10:58 pm
Do as free_mascot said...
CI for case Insensitive and AS accent sensitive
April 22, 2009 at 6:10 am
Which version and Edition of SQL Server you are using??
April 22, 2009 at 5:50 am
Viewing 15 posts - 1,096 through 1,110 (of 1,366 total)