Viewing 15 posts - 1 through 15 (of 26 total)
Thanks all of you for clearing my doubts
July 30, 2013 at 6:53 am
@gilamonster..Thanks for your reply, Now i just need to confirm that what option we should use for shrink database file with EMPTYFILE option?
1. Shirnk database file with EMPTYFILE...
July 30, 2013 at 6:41 am
Please try with UNC path of file location in bulk insert .
June 3, 2013 at 8:18 am
Sorry Gila,Now I got it what you want to say.
Thanks for reply.
June 3, 2013 at 8:07 am
If We don't take a full backup and try to take backup of transaction log file then sql server give a error "Msg 4214, Level 16, State 1, Line 1
BACKUP...
June 3, 2013 at 7:55 am
GilaMonster (6/3/2013)
writearjun53 (6/3/2013)
June 3, 2013 at 7:52 am
After transaction log backup, If we rerun the DBCC LOGINFO command then we will see how the Status=2 has changed in the file. The last entry is still marked as...
June 3, 2013 at 7:20 am
run this DBCC LOGINFO(database_name) command , If status is coming 0 for any fileid then that fileid log file is not in use..
check log file name using this query
SELECT *...
June 3, 2013 at 5:37 am
if you want all remaining model as it is then please try this query
SELECT
CASE
WHEN CARS.Model LIKE '%Ford%' THEN 'Ford'
WHEN CARS.Model LIKE '%Chev%' THEN 'Chev'
WHEN CARS.Model LIKE '%Buick%' THEN...
May 16, 2013 at 12:39 am
To fix this problem I did change the Named pipe value from below \\.\pipe\MSSQL$SQLEXPRESS\sql\query to
\\.\pipe\sql\query using SQL Server Configuration Manager.
April 26, 2013 at 3:22 am
By default SQL Server 2005 has TCP/IP connections disabled. To enable TCP/IP support, use the SQL Server Configuration Manager tool, select SQL Server 2005 Network Configuration, select Protocols, double-click on...
April 26, 2013 at 1:11 am
For monitoring the sql sqlserver,you can uses below procedure.
EXEC sp_who
EXEC sp_Who2
Regards,
Arjun.
April 23, 2013 at 12:46 am
Viewing 15 posts - 1 through 15 (of 26 total)