Viewing 15 topics - 277,531 through 277,545 (of 283,789 total)
Topics
Started by
Posts
Last post
Does anyone know how to turn the Identity off of a column? Is there a TSQL statement that lets me …
7 replies
By: Lexis
I have a view which is a (select * from table_a) I fI change column names or datatypes in table_a…
20 replies
I have seen several posts on log files that wont shrink - and remember reading an excellent article…
25 replies
OK I'm an ORACLE person getting to love SQL Server. I want to use a trigger that will calculate the…
6 replies
can I issue an alter table/column statement the cahnges an existing int to an identity column?
6 replies
I have written an update trigger and using the UPDATE() function to check on approximately 30 field…
3 replies
My experience with VB/SQL is cursory. Is there a way to return a periodic status indicator from a s…
8 replies
Hi folks I am trying to create a proc that will create default constraints for all the fields in th…
5 replies
We are developing a DB that may contain millions of records. I'm often puzzled when selecting the "…
5 replies
Does anyone know where I can programmatically grab user table column descriptions? I have entered …
4 replies
I have about 100 variables in 6 different tables. They are unique in the sense that they all end wi…
5 replies
Hello, is there somone who know how to create a view with a stored procedure thank's
2 replies
We want to replicate between to Databases using internet (Web Server at one end and Pc at other end…
3 replies
Hi Guys... Problem.. have an online datawarehouse that lives on SQL, but gets data thrown into it …
6 replies
Here is a view declaration: CREATE VIEW dbo.AdOrderTotalView AS SELECT AdOrderID, Total = SUM(Line…
7 replies
Viewing 15 topics - 277,531 through 277,545 (of 283,789 total)