Viewing 15 posts - 901 through 915 (of 960 total)
create a table data type and use that as the parameters data type for the procedure.
something like
create type abcd table ( columns and definitions)
grant the execute permission on the...
June 17, 2011 at 4:17 am
use the where clause to specify the particular id your looking for .....
June 17, 2011 at 4:14 am
you code and sample output would be useful , also since the editor formats the spaces u can try replaceing them with dots just so that we see what ur...
June 17, 2011 at 3:52 am
Please refer the below article it would give you a better idea about how to go about dealing with files and filegroups.
It might we worth considering splitting different database on...
June 17, 2011 at 3:09 am
Change the database recovery model to bulk logged when performing the operation.
http://msdn.microsoft.com/en-us/library/aa173529%28v=sql.80%29.aspx
June 17, 2011 at 2:52 am
Would it make a difference if the windows account was impersonated ?
June 16, 2011 at 12:45 pm
Assuming your the developer and wouldn't have access to the live system , i don't know any dba who would execute this proc on the developers behalf with the xml...
June 16, 2011 at 12:36 pm
Your right 😀 , it depends.
June 16, 2011 at 12:04 am
Whats wrong with using sp_help 'proc name' ?
June 15, 2011 at 5:32 am
Is the RAM utilization high all the time , or only during particular times during the day? 4 Gb usually works well for most OLTP systems hosting few databases of...
June 15, 2011 at 4:43 am
I cant think of any severe issues with filling drives to capacity esp if they are not going to grow and no index rebuild etc are gonna happen, and the...
June 15, 2011 at 4:28 am
unique contraint will create a key and hence has a limit of 900 byte. you can still create an unique contraint with nvarchar(4000) but chances are your inserts will fail....
June 15, 2011 at 4:16 am
If your planning to take this live please remember that the NIC 2 may be used by the cluster and the impact of having merge replication needs to be accounted...
June 15, 2011 at 3:31 am
Viewing 15 posts - 901 through 915 (of 960 total)