Viewing 15 posts - 3,976 through 3,990 (of 7,168 total)
sqlfriends (5/23/2012)
Can we run [index rebuild and checkdb] maybe a week after the server swap?
Sure. If you have to pick and choose then skip running checkdb and skip rebuilding all...
May 23, 2012 at 2:24 pm
None are technically required. All three are a good idea. I would do 3 before 2 and would use sp_updatestats or UPDATE STATISTICS WITH COLUMNS on all tables.
May 23, 2012 at 1:55 pm
MisLead (5/23/2012)
May 23, 2012 at 1:53 pm
Can you please post the query that "creates a table of tables that meet certain requirements" ?
May 23, 2012 at 1:04 pm
You can access Oracle using an Execute SQL Task and you can access a web service using a Web Service Task. What is your definition of "Dataservice"?
May 23, 2012 at 7:04 am
I am not sure if such a thing exists where all data access and rendering occurs in Word. The closest thing I could come up with that may be workable...
May 22, 2012 at 10:12 pm
sqlbee19 (5/22/2012)
May 22, 2012 at 8:43 pm
You'll need to poll for the data but I would opt to do that work within the same package execution and not allow the package to exit. If the source...
May 22, 2012 at 4:35 pm
Rebuilding indexes updates the statistics that pertain to those indexes. If you have any manually created statistics, or 'auto create stats' is enabled (default) in your database then you may...
May 22, 2012 at 3:58 pm
Jayanth_Kurup (5/22/2012)
ideally u want :-
domain account > login> db user>...
May 22, 2012 at 3:32 pm
Possibly, a good recommendation depends on a lot of info we do not have. does the app need cross-database access? does the app need access to server-level metadata? are the...
May 22, 2012 at 3:19 pm
sqlbee19 (5/22/2012)
The solution I am looking is for Application level access.
For example :
We have appliction X and we have 1000 end users to that application. When ever users...
May 22, 2012 at 2:16 pm
Anything you can do in .NET you can do in PoSH. Lookup Table-valued Parameters, and how to use them to insert sets of data using one in a Stored Procedure....
May 22, 2012 at 1:59 pm
Microsoft recommends all clients connect to SQL Server using Kerberos authentication where possible.
May 22, 2012 at 12:42 pm
weberharter (5/22/2012)
May 22, 2012 at 10:24 am
Viewing 15 posts - 3,976 through 3,990 (of 7,168 total)