Viewing 15 topics - 276,481 through 276,495 (of 283,956 total)
Topics
Started by
Posts
Last post
When I use SQL EM to script all of my sql functions it does not script the functions with dependenc…
1 replies
One to watch. If for any reason you have tables or stored procedures in the MSDB database which are…
2 replies
Hi, Look at following, it works fine. declare @EmpName varchar(50) declare @DBName varchar(50) sele…
2 replies
I am trying to import from a case sensitive system into a non case-sensitive SQL database. The imp…
2 replies
Hi, is it posiible to set nocount to on on a database level? Thanks,Jelena
2 replies
I am trying to update a table on server The table has a tigger on update that update another table …
1 replies
Hello, I need to create a script that will gather the name, size, space available, and numbe…
8 replies
I want to fill a DBtemp table with data but want to check first if some data exists in another hist…
6 replies
How do I return multiple columns from a single row Select to be used in variables within some TSQL …
2 replies
The application that I'm designing the database is for tracking hits for individuals of which they …
4 replies
Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/colum…
5 replies
Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/colum…
17 replies
I need to find the mode from a table of data. Let's assume I have a table: barcode, measurement1, m…
6 replies
Ok, I am using SQL 2000 and I have three tables. All three have at least 66000 rows of data. I us…
5 replies
Hi, Consider the following stored procedure I am calling this stored procedure from a visual basic …
2 replies
Viewing 15 topics - 276,481 through 276,495 (of 283,956 total)