Viewing 15 posts - 181 through 195 (of 233 total)
None that I am aware of.
January 14, 2009 at 11:33 pm
I will take an example to explain the warning.
Suposse you have a table - Employee and a SP AddEmployee. AddEmployee just inserts a record in Employee table and hence...
January 14, 2009 at 11:24 pm
You dont need 2 different IF ELSE as the value of @keyid doesn't depend on the value of @ParamHome.
Also,you don't need 2 different select statements for @ParamHome = 'ALL' and...
January 14, 2009 at 11:16 pm
As steveb mentioned, you have to change the (default) location and name of the mdf, ldf, ndf file during the restore.
if your using T-SQL then check the syntax of 'RESTORE...
January 14, 2009 at 5:37 am
You can make use of String function CHARINDEX along with SUBSTRING
January 14, 2009 at 5:31 am
Take a backup and restore with a different name
January 14, 2009 at 4:57 am
Are these packages migrated from DTS(2000) to SSIS (2005 - .dtsx)?
January 14, 2009 at 4:46 am
Try sp_trace_create and sp_trace_setstatus, this might sort out your problem. Please refer to BOL for syntax and usage.
January 14, 2009 at 4:40 am
Are you also known as hemant789 who posted the same question (word to word) in the following post:
http://www.sqlservercentral.com/Forums/Topic636110-8-1.aspx
:hehe:
January 14, 2009 at 4:37 am
passing parameters is not possible if you want to execute the batch file by double clicking it.
Alternatevely, to get the current directory use the %CD% variable. This is how you...
January 14, 2009 at 2:23 am
I don't think this is possible without creating a new table.
If someone knows the solution then I am also interested in it
January 13, 2009 at 5:23 am
Viewing 15 posts - 181 through 195 (of 233 total)