Viewing 15 topics - 280,501 through 280,515 (of 283,792 total)
Topics
Started by
Posts
Last post
I have the following SQL statement which uses a regular database view (ACC_BCA_Balance_Calc_Vw) and…
1 replies
Hello, I made a store procedure and one view with ENCRYPTION , how can I their text using T-SQL? Th…
3 replies
Hello...I'm attempting to use DTS to export an Oracle database to SQL Server. I'm getting an error …
4 replies
HI, is there a way to start sqlagent automatically on a pc with msde which have been installed on w…
1 replies
Has anyone used this product? I believe it will allow two servers to service SELECT queries simulta…
9 replies
Hello All, We're going to be retrofitting databases in the near future with security (you don't wan…
4 replies
USE MASTER GO IF OBJECT_ID ('SP_PH_WHO2') IS NOT NULL DROP PROC SP_PH_WHO2 GO CREATE PROC SP_PH_WHO…
1 replies
I have noticed that a lot of my indexes have an OrigFillFactor of 90 Does anyone know where this fi…
7 replies
I have thumbed through issues posted in this forum, but haven't found one in particular that answer…
5 replies
hi i will like to find out if anyone noe how to localized a website eg.like let user choose what la…
1 replies
The result of the statement "select @@servername" is NULL. Why and what can I do to see the correct…
2 replies
When I set statistics profile 'on' in the query window and run a complex query, it gives a lot of i…
2 replies
Does the forum have any opinions on the use of one trigger (on update say) which contains all logic…
2 replies
I have two tables: tblData and tblChangeLog. Data is stored in tblData and changes to that data is …
2 replies
Is there a way to make your server default to dbo owner when creating a table, etc. I have develop…
3 replies
Viewing 15 topics - 280,501 through 280,515 (of 283,792 total)