Viewing 15 posts - 166 through 180 (of 859 total)
asiaindian (2/26/2013)
' statement taking a shared lock on BASE table [dbo].[mtListPrice]
2. Insert statement on BASE table [dbo].[mtListPrice] is taking...
February 27, 2013 at 7:43 am
GilaMonster (1/12/2013)
muthukkumaran Kaliyamoorthy (1/12/2013)
Also take a look @ http://www.sqlserverblogforum.com/2011/06/sql-server-recovery-models-and-backup-types/%5B/quote%5D
There's a bunch of errors in both of those, just beware...
January 12, 2013 at 7:07 pm
Have a look Truncating and shrinking the transaction log file[/url]
Also take a look @ http://www.sqlserverblogforum.com/2011/06/sql-server-recovery-models-and-backup-types/
January 12, 2013 at 10:48 am
Yes you are right. You can shrink it to the reasonable size and schedule the Tlog backup to maintain the size as much as same.
January 11, 2013 at 2:52 pm
fhfh (12/13/2012)
Do you know what is the syntax of NET use in my scenario ?
http://www.sqlservercentral.com/Forums/Topic667056-145-1.aspx#bm1027279
December 13, 2012 at 7:29 am
fhfh (12/13/2012)
EXEC xp_cmdshell 'FORFILES /p I:\ /m *.* /d -30 /c "CMD /C del /Q /F...
December 13, 2012 at 4:29 am
kapfundestanley (11/7/2012)
My database not accepting any alter command to bring it back online.
What is the error it shows?
For bring the DB online. use the online option in a alter...
November 7, 2012 at 1:32 am
select @MimeType,BulkColumn from Openrowset(Bulk @image , Single_Blob) as EmployeePicture
| BULK 'data_file' ,
{ FORMATFILE = 'format_file_path' [ <bulk_options> ]
...
November 7, 2012 at 1:23 am
Paul Randal (9/26/2012)
Your script as such will suffer false positives from fragmented LOB_DATA and ROW_OVERFLOW_DATA allocation units - a common oversight. You need to filter on alloc_unit_type_desc = IN_ROW_DATA.
I have...
September 26, 2012 at 10:50 am
henrik staun poulsen (9/26/2012)
Hi Muthukkumaran,Did you look at http://ola.hallengren.com/
IMHO it works better on larger databases.
Best regards,
Henrik Staun Poulsen
Stovi Software
Henrik,
Indeed! That's good for larger databases.
September 26, 2012 at 1:50 am
samaneh.lashgari82 (9/9/2012)
hihow to send email from sql without using mail sql in sql server 2008?
without using mail sql in sql server 2008?
Could not understand it. Can you explain a...
September 9, 2012 at 4:08 am
Thank you Jona and Anthony.
July 10, 2012 at 7:38 am
Nakul Vachhrajani (6/13/2012)
muthukkumaran Kaliyamoorthy (6/13/2012)
Server is listening on [ 'any' <ipv4> 5555].
Dedicated admin connection support was established for listening...
June 14, 2012 at 12:42 am
In my server the browser is disabled. and the port is 5555
Server is listening on [ 'any' <ipv4> 5555].
Dedicated admin connection support was established for listening remotely on port 1434.
I...
June 13, 2012 at 8:21 am
Viewing 15 posts - 166 through 180 (of 859 total)