Topics
Started by
Posts
Last post
create table emp(email varchar2(20),ename varchar2(20)) insert into emp values(sree@abc.com,gfjad) …
3 replies
Hi, I performed a search in SSC but didn't find an answer. I have a student table in a database tha…
6 replies
Hi I was just wondering if the was a pdf somewhere on the interwebs that has naming conventions fo…
13 replies
Hi Friends, We have an application which runs on SQL Express 2005. To make it light weight we are p…
1 replies
Help with WMI scripting --------------------------------------------------------------------------…
3 replies
USE [DB-7-18-11] GO /****** Object: StoredProcedure [dbo].[GetJobListIndexBrowse] Script Date: …
11 replies
Hi, I have a View V1 with 3 columns as shown in the Spreadsheet. I want data for which the count of…
3 replies
How do we find out the installed SQL is Client or Server? _________________________________________…
14 replies
data: e_id ename 1 abc xyz def 2 ghi jqk o/p: e_id firstname middlena…
3 replies
Hi Expert, What are the steps to change SQL server default port 1433 to some other port in sql serv…
2 replies
I'm trying to get some stats on our index usage, and am using the sys.dm_db_index_usage_stats dmv. …
2 replies
Hi, We have implemented Reporting Services on SQL Server 2008 R2. Now the report has to be called …
2 replies
Hi, We have SQL Server 2008 Standard Edition with (Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.…
2 replies
whats is best option when you create new databse and set up Transaction log auto growth? in MB or %…
4 replies
Dear all, I have a simple table like below: DECLARE @tblTemp TABLE ( Place_ID int, …
5 replies
Viewing 15 topics - 22,756 through 22,770 (of 30,209 total)
You must be logged in to create new topics.